@push('css') @endpush
| SL | Date | Supplier | Payment Method | Amount |
|---|---|---|---|---|
| {{++$i}} | {{$supplier_payment->date}} | {{$supplier_payment->Contact->first_name}} {{$supplier_payment->Contact->last_name}} | {{$supplier_payment->PaymentMethod->name}} | {{$supplier_payment->total_amount}} | @php $sum+=$supplier_payment->total_amount; @endphp
| {{$sum}} | ||||