@include('include.messages')
@if($pettyCashBooks->total() > 10)
@endif
| Particulars | Voucher No | Amount Received | Amount Paid | Voucher Expense | Date | Action |
|---|---|---|---|---|---|---|
| {{ $entry->particulars }} | {{ $entry->voucher_no ?? '-' }} | {{ number_format($entry->amount_recieved, 2) }} | {{ number_format($entry->amount_paid, 2) }} | {{ $entry->voucherExpense?->title ?? '-' }} | {{ $entry->date?->format('d M Y') }} | |
| No petty cash entries found. | ||||||