Pending Payment Report as Of {{$date}}

{{--*/ $total = 0 /*--}} @foreach($pending_payments as $index=>$pending_payment) {{--*/ $total +=$pending_payment->pending_payments /*--}} @endforeach
Id Name Pending
{{++$index}} {{$pending_payment->name}} {{$pending_payment->pending_payments}}
  {{ number_format($total) }}