{{ __('Edit Customer') }}

{{ $customer->name }}

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

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

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

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

@csrf @method('DELETE')