×
FINES
Date
Entry Type
TRAFFIC FINES
LATRA
Use excel to upload Items
Get Items
Date
Cost Center
Employee
Driving Licence
Offence
Ref Number
Location
Amount
Penalty
Select
@foreach($cost_centers as $cost_center)
{{$cost_center->name}}
@endforeach
Select
@foreach($employees as $employee)
{{$employee->full_name}}
@endforeach
Select
@foreach($fine_offences as $fine_offence)
{{$fine_offence->name}}
@endforeach
{!! Form::close() !!}