Supplier Payment History : {{ $payments->first()->supplier->name ?? '' }}
| Date | Record No | Payment Method | Pending Amount | Paid Amount |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($row->date)->format('d-m-Y') }} | {{ $row->record_no }} | {{ $row->payment_method }} | {{ $row->pending_amt - $row->amount }} | {{ $row->amount }} |