@extends('backend.layouts.app') @section('title', __('Dashboard')) @section('content') @php $data = parcelData() @endphp
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)
{{ $trip_batch->number }}
Drop Point Office List :
@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') }}
@endforeach
@endsection @push('after-scripts') {{-- --}} @endpush