{{$vendor->name}}

Pending Payment Report as Of {{$date}}

{{--*/ $total = 0 /*--}} @foreach($pending_payments as $index=>$pending_payment) {{--*/ $total +=$pending_payment->lpo_amount-$pending_payment->payment_amount /*--}} @endforeach
Id LPO Date LPO # LPO Amount Paid Amount GRNs Balance Amount
{{++$index}} {{$pending_payment->date}} {{$pending_payment->id}} {{number_format($pending_payment->lpo_amount)}} {{number_format($pending_payment->payment_amount)}} {{$pending_payment->grns}} {{number_format($pending_payment->lpo_amount-$pending_payment->payment_amount)}}
Total  {{ number_format($total) }}