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