@extends('app') @section('content') Bank Deposit

Bank Deposit

@if(empty(Session::has('sub_station_id')))
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('sub_station_id'))

Please select the checkbox to update Amount box.

@endif
AWB No. Shipment Date Collection Date Biker Amount Collection Mode Bank Ref No. Deposited Date
@if($collected) @foreach($collected as $collection) @endforeach @else @endif
{{ $collection->awb_no }} {{ (new DateTime($collection->order_time))->format('d-m-Y') }} {{ (new DateTime($collection->date))->format('d-m-Y') }} {{ $collection->first_name }} {{ $collection->last_name }} {{ ($collection->amount == NULL) ? number_format('0',2) : number_format($collection->amount,2) }} {{ ucwords($collection->payment_mode) }} {{ ($collection->bank_ref_id) ? $collection->bank_ref_id : '-' }} {{ ($collection->deposited_date == NULL) ? '-' : (new DateTime($collection->deposited_date))->format('d-m-Y') }}
Total: {{ number_format($total_amount,2) }}
No records found