{{ __('Edit Driver') }}

{{ $driver->name }}

{{ __('Update this driver\'s details.') }}

@csrf @method('PATCH') @include('drivers._form')
{{ __('Cancel') }}

{{ __('Delete this driver') }}

{{ __('The driver will be removed from your lists. Their history is kept and they can be restored later by support.') }}

@csrf @method('DELETE')