@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.pwa-head')
{{ $rider->user->name }}
{{ ucfirst($rider->vehicle_type) }} · ID: RIDER-{{ str_pad($rider->id, 3, '0', STR_PAD_LEFT) }}
{{ $todayDeliveries }}
Today
{{ $weekDeliveries }}
This Week
{{ $rider->total_deliveries }}
All Time
{{ number_format($rider->rating, 1) }}
Rating
₱{{ number_format($todayEarnings) }}
Today's Pay
{{ $totalActive > 0 ? $totalActive . ' Active Order' . ($totalActive > 1 ? 's' : '') : 'Live Map' }}
@php $shownAssignedLabel = false; $shownDeliveringLabel = false; @endphp @foreach($active as $order) @if($order->status === 'rider_assigned' && !$shownAssignedLabel)π¦ Assigned β Head to Restaurant @if($assignedOrders->count() > 1) {{ $assignedOrders->count() }} orders @endif
@php $shownAssignedLabel = true; @endphp @elseif($order->status === 'out_for_delivery' && !$shownDeliveringLabel)π΅ Out for Delivery @if($outOrders->count() > 1) {{ $outOrders->count() }} orders @endif
@php $shownDeliveringLabel = true; @endphp @endif{{ $order->user->name }}
{{ $order->user->phone ?? 'No phone' }}
Pick Up (Restaurant)
{{ $order->status === 'out_for_delivery' ? '? Picked up at ' . $order->picked_up_at?->format('g:i A') : 'E.U.T Snack House οΏ½ Metro Naujan' }}
Deliver To
{{ $order->delivery_address }}
No active orders right now
@endifConfirm Delivery
#EUT-00512 · Andrea Macaraeg
Is the customer present?
Hand over the order
Make sure the customer has all items before confirming.
Add a note (optional)
Take or upload a photo
Tap to take photo
Photo of the order at the delivery location
Add a note (optional)