@extends('storefront::public.layout') @section('title', trans('storefront::checkout.checkout')) @section('content')
@include('storefront::public.cart.index.steps')
@include('storefront::public.checkout.create.form.account_details') @include('storefront::public.checkout.create.form.billing_details') @include('storefront::public.checkout.create.form.shipping_details') @include('storefront::public.checkout.create.form.order_note')
@include('storefront::public.checkout.create.payment') @include('storefront::public.checkout.create.shipping')
@include('storefront::public.checkout.create.order_summary')
@if (setting('authorizenet_enabled')) @endif @if (setting('payfast_enabled'))
@endif
@endsection @push('pre-scripts') @if (setting('stripe_enabled') && setting('stripe_integration_type') === 'embedded_form') @endif @if (setting('paypal_enabled')) @endif @if (setting('paytm_enabled')) @endif @if (setting('razorpay_enabled')) @endif @if (setting('mercadopago_enabled')) @endif @if (setting('flutterwave_enabled')) @endif @if (setting('paystack_enabled')) @endif @if (setting('payfast_enabled')) @endif @endpush @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/checkout/create/main.scss', 'modules/Storefront/Resources/assets/public/js/pages/checkout/create/main.js', ]) @endpush