{{ __('Edit User') }}

@csrf @method('PUT')
@foreach ($roles as $key => $role)
name == $user->role ? 'checked' : '' }} />
@endforeach