@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
Parcel delivery

{{ $banner?->title ?: 'Deliver your parcel' }}

{{ $banner?->description ?: 'Fast, safe, reliable pickup and live tracking for normal parcels.' }}

@if(! $parcelEnabled)
Parcel delivery is currently unavailable.
@endif

Book a parcel

Pickup, drop, details, fare and payment in the same flow as the app.

Why LocalGo parcel?

1 Doorstep pickupWe collect from your location.
2 Live trackingTrack your parcel in real time.
3 Safe deliveryFragile notes go to the driver.

Recent bookings

Your latest parcel orders and live status.

@forelse($bookings as $booking) @include('services.parcel.components.parcel-card', ['order' => $booking]) @empty

No bookings yet

Send your first parcel and it will appear here.

@endforelse
@endsection