{{ __('Edit Mechanic') }}

{{ $mechanic->name }}

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

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

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

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

@csrf @method('DELETE')