| # | Particulars | Voucher No | Amount Received | Amount Paid | Voucher Expense | Date | Created At |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $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') ?? '-' }} | {{ $entry->created_at?->format('d M Y') ?? '-' }} |
| No petty cash entries found. | |||||||