@extends('app') @section('content') Bikers COD Collected Report

Bikers COD Report

@if(Session::has('sub_station_id'))

Please select the checkbox to update Amount box.

@endif
Date Biker AWB No Amount Collection Mode
@foreach($bikers as $biker) @endforeach
19-06-2025 {{ $biker->first_name }} {{ $biker->last_name }} {{ $biker->awb_no }} {{ number_format($biker->amount,2) }} {{ ucwords($biker->payment_mode) }}
Cash Total Amount:
Card Total Amount:
Total:
{{ ($cash_cod_total == 0) ? number_format('0',2) : number_format($cash_cod_total,2) }}
{{ ($card_cod_total == 0) ? number_format('0',2) : number_format($card_cod_total,2) }}
{{ ($total_cod == 0) ? number_format('0',2) : number_format($total_cod,2) }}