{{ __('Edit Fuel Entry') }}

{{ $entry->vehicle->plate }} — {{ $entry->date->format('M j, Y') }}

{{ __('Update this fuel entry.') }}

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

{{ __('Delete this fuel entry') }}

{{ __('The entry will be removed from your lists. Its history is kept and it can be restored later by support.') }}

@csrf @method('DELETE')