@extends('storefront.layout') @section('title', 'Parcel Delivery - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style') @php $banner = $banners->first(); $currency = \App\Support\StorefrontPresenter::currencySymbol(); @endphp
Pickup, drop, details, fare and payment in the same flow as the app.
Your latest parcel orders and live status.
@forelse($bookings as $booking) @include('services.parcel.components.parcel-card', ['order' => $booking]) @emptySend your first parcel and it will appear here.