@extends('storefront.layout') @section('title', 'My Bookings - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style') @php $activeTab = request('tab', 'all'); $tabs = [ 'all' => 'All', 'ongoing' => 'Ongoing', 'completed' => 'Completed', 'cancelled' => 'Cancelled', ]; @endphp
Track active parcels and review completed deliveries.