@if($format) @include('documents.report_logo')
@endif

EXPENSE REPORT

Title: {{$title}} @php($total_amount = 0) @foreach($booking_payments as $rows) @php($total_amount += $rows->amount) @endforeach
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}}
Total {{EF::numberFormat($total_amount)}}