@foreach($entries as $index => $entry) @endforeach
# Particulars Voucher No Amount Received Amount Paid Voucher Expense Date
{{ $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') ?? '-' }}