{{-- 11. BANKING DETAILS -- Start --}}
Vehicle Type | EDC ( ![]() |
UPI (Static & Dynamic QR Code) ( ![]() |
FASTag Payment (new Payment) ( ![]() |
|||
Qty | Rev | Qty | Rev | Qty | Rev | |
{{ $vehicleTypeList[$key] }} | {{ $details['edc']['count'] }} | {{ $details['edc']['sum'] }} | {{ $details['qr']['count'] }} | {{ $details['qr']['sum'] }} | {{ $details['fastag']['count'] }} | {{ $details['fastag']['sum'] }} |
TOTAL | {{ $edcCountTotal }} | {{ number_format($edcCountSum, 2, '.', '') }} | {{ $qrCountTotal }} | {{ number_format($qrCountSum, 2, '.', '') }} | {{ $fastagCountTotal }} | {{ number_format($fastagCountSum, 2, '.', '') }} |
Total Qty | {{ $edcCountTotal + $qrCountTotal + $fastagCountTotal }} |
---|---|
Total Rev (![]() |
{{ number_format($edcCountSum + $qrCountSum + $apsCountSum + $fastagCountSum, 2, '.', '') }} |