@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

USERS

user

{{ csrf_field() }} {{method_field('PUT')}}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif


@if ($user->signature != NULL)
@endif


@endsection @section('more-scripts') @endsection