{{ __('Traffic violations and fines issued across your fleet.') }}
| {{ __('Challan #') }} | {{ __('Vehicle') }} | {{ __('Violation') }} | {{ __('Amount') }} | {{ __('Due Date') }} | {{ __('Status') }} | |
|---|---|---|---|---|---|---|
| {{ $challan->challan_number }} | {{ $challan->vehicle->plate }} | {{ $challan->violation_type }} | {{ number_format((float) $challan->amount, 2) }} | {{ $challan->due_date->format('M j, Y') }} | {{ $challan->status()->label() }} | {{ __('Edit') }} |