@push('css') @endpush
Supplier Payment Reports

@php $i=0;$sum=0; @endphp @foreach ($supplier_payments as $supplier_payment) @php $sum+=$supplier_payment->amount; @endphp @endforeach
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->amount}}
Total
{{$sum}}
@push('scripts') @endpush