{{ __('Edit Challan') }}

{{ $challan->vehicle->plate }} — {{ $challan->challan_number }}

{{ __('Update this challan.') }}

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

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

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

@csrf @method('DELETE')