{{-- resources/views/storefront/order.blade.php --}} @extends('storefront.layout') @section('title', trans_key('storefront.pageTitles.trackOrder', ['order' => $order->order_number]).' - '.config('app.name', 'FreshMart')) @push('styles') @endpush @section('content')
Please collect before closing, or reschedule this order.
Review the revised quantities from the seller.
{{ $order->prescriptions->count() }} uploaded
{{ \Illuminate\Support\Str::headline($prescription->status) }}
@if($prescription->notes) {{ $prescription->notes }} @endif{{ $displayItems->count() }} ordered items
Qty {{ rtrim(rtrim(number_format((float) $displayQuantity, 2), '0'), '.') }} @if($verification) Verified @endif
{{ $money($item->line_total) }}{{ \Illuminate\Support\Str::headline($order->payment_status ?? 'payment') }}
{{ $order->delivery_otp }}
{{ $order->orderStores->count() }} sub-orders
{{ \Illuminate\Support\Str::headline($storeOrder->status) }} - {{ $money($storeOrder->subtotal) }}
@if($storeOrder->rider?->user) Rider: {{ $storeOrder->rider->user->name }} @endifSame order channels as the app
Chat is closed after order completion.
@elseif($channel === 'customer_driver' && !$order->deliveryBoy && !$order->orderStores->contains(fn ($storeOrder) => $storeOrder->rider))Driver chat opens after assignment.
@else @endif{{ $review ? 'Your review is saved' : 'Share your experience' }}