@extends('storefront.layout') @section('title', 'Parcel Fare - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style') @php $draft = $draft ?? []; $pricing = $pricing ?? []; $paymentMethods = $paymentMethods ?? []; $parcelStep = 'fare'; $currency = \App\Support\StorefrontPresenter::currencySymbol(); @endphp
Review real admin fare and pay with enabled payment methods.