EXPENSE REPORT
Title: {{$title}}
| Expense Report | |||||||
|---|---|---|---|---|---|---|---|
| Sr. | Receipt Date | Receipt No. | Name | Plot Details | Description | Amount | Mode |
| {{$loop->iteration}} | {{EF::dateFormat($rows->created_at)}} | {{$rows->receipt_no}} | {{$rows->user->name ?? ''}} | {{$rows->booking->plot->plot_id}} {{$rows->booking->plot->block_name}} | {{$rows->description}} | {{EF::numberFormat($rows->amount)}} | {{$rows->mode}} | @php($total_amount += $rows->amount)
| Total | {{EF::numberFormat($total_amount)}} | ||||||