@if(request()->isMethod('post')) @if(isset($reportData) && count($reportData) > 0)
| S/L | Invoice No | Name | Mobile | Address | Total Bill | Total Due | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $value->invoice_code }} | {{ $value->customer_name }} | {{ $value->mobile }} | {{ $value->address }} | {{ number_format($value->total_bill, 2) }} | {{ number_format($value->due_amount, 2) }} | |
| Total Summary: | {{ number_format($totalBillSum, 2) }} | {{ number_format($totalDueSum, 2) }} | |||||