Welcome!
{{ auth()->user()->name }}
Pusat Terimaan
@can('admin.trip.open')
@endcan
Parcel Receive
Parcel received for this year.
{{ $total_current_month }}
This Month
{{ $avg }}
Average Per Month
Active Trip
@foreach($trip_batches as $trip_batch)
@endforeach
{{ $trip_batch->number }}
Drop Point Office List :
@foreach($trip_batch->trips as $trip) {{ $trip->destination->name }} @endforeach
Total : {{ $trip_batch->parcels->count() }} Parcel(s)
@foreach($trip_batch->trips as $trip) {{ $trip->destination->name }} @endforeach
Total : {{ $trip_batch->parcels->count() }} Parcel(s)
{{ reformatDatetime($trip_batch->date, 'M d, Y h:i A') }}