| {{$customer_p->date}} |
{{$customer_info->customer_name}} |
{{$customer_p->transaction_type}} |
{{$customer_p->payment_type}} |
{{$customer_p->due}}
@php
$due=$due + $customer_p->due;
@endphp
|
{{$customer_p->amount}}
@php
$total= $total + $customer_p->amount;
@endphp |
@endforeach