@csrf
Amount
*
amount }}"--}}>
Submit
@if(count($dps_collections) > 0)
DPS Collection List
SL.
Date
Amount
@php $total = 0; @endphp @foreach($dps_collections as $key =>$dps_collection)
{{ ++$key }}
{{ date('d-M-Y g:i A', strtotime($dps_collection->date)) }}
{{ number_format($dps_collection->amount) }}
@php $total += $dps_collection->amount; @endphp @endforeach
Grand Total
{{ number_format($total) }}
@endif