@include('admin.cabi_rides.operations.navbar')
Petty Cash
Add Petty Cash
@foreach($pettyCashes as $cash) @endforeach
# Petty Cash No Supplier Driver Date Amount Transaction Type Actions
{{ $loop->iteration }} {{ $cash->petty_cash_no }} {{ $cash->supplier->name ?? '-' }} {{ $cash->driver->name ?? '-' }} {{ $cash->date }} {{ $cash->amount }} {{ ucfirst($cash->transaction_type) }} Edit
@csrf @method('DELETE')
@push('js') @endpush