{{ csrf_field() }} {{ method_field('POST') }}
×
REQUEST ON-ROAD EXPENSES
Required Date
Request By
Employee
@foreach($employees as $employee)
user()->employee_id == $employee->id) selected @endif>{!! $employee->full_name!!}
@endforeach
Cr Account
@foreach($cr_account_groups as $credit_account_group)
@foreach($credit_account_group->accounts as $account)
{{$account->name}}
@endforeach
@endforeach
Currency
TSH
USD
ZK
Exchange Rate
S/N
Truck
Trailer
Driver
Client
Destination
Expense
Amount
@foreach($trip_details as $index => $truck)
{{ ++$index }}
{{ $truck->truck }}
{{ $truck->trailer }}
{{ ucwords(strtolower($truck->driver)) }}
{{ ucwords(strtolower($truck->client)) }}
{{ ucwords(strtolower($truck->destination)) }}
@foreach($accounts as $account)
{{$account->name}}
@endforeach
@endforeach
Remarks