# | 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 |