@extends('storefront.layout') @section('title', 'Parcel Booked - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style') @php $parcel = $order->parcelOrder; $currency = \App\Support\StorefrontPresenter::currencySymbol(); @endphp
Booking #{{ $order->order_number ?? $order->id }} is ready for driver assignment.