Welcome!
{{ auth()->user()->name }}
Role : Runner
Trip Report
Closed
{{ $picked_trips->count() }}
Picked
{{ $closed_trips->count() }}
Total
{{ $picked_trips->count()+$closed_trips->count() }}
-
Total Trip Created By Year
-
{{ date('Y') }}{{ $total['current'] }}
-
{{ date('Y')-1 }}{{ $total['prev'] }}
Closed Trip
Pick this trip and transfer to their destination(Drop Point Office).
Picked Trip
Notes : Show OTP/QRCode to drop point officer to transfer the trip.
| Code | Created At | Total Parcel | Destination | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $tripBatch->number }} | {{ reformatDatetime($tripBatch->date, 'M d, Y h:i A') }} | {{ $tripBatch->parcels->count() }} Parcel(s) |
|
||||||
|
No Picked Trip Found
|
|||||||||