@if (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@can('update', $user)
{{ __('Reset Password') }}
{{ __('Set a new password for this user directly. They are not notified automatically.') }}
@endcan
@can('delete', $user)
{{ __('Delete this user') }}
{{ __('This cannot be undone.') }}
@endcan