{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ $errors->first('role_id') }}
Are you sure you want to delete this User ({{ $client->name }})?