{{ __('Edit User') }}

@if (session('status') === 'user-updated')
{{ __('User updated successfully.') }}
@endif
@csrf @method('patch')
{{ __('Save') }} {{ __('Back') }}