@if (session('status')) @endif

Edit User Information

Edit user informations and credentials

@method('PUT') @csrf
email }} readonly required> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
name }} required> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif