@extends('public.layout') @section('title', trans('storefront::checkout.checkout')) @section('content')
@include('public.cart.index.steps')
@include('public.checkout.create.form.account_details') @include('public.checkout.create.form.billing_details') @include('public.checkout.create.form.shipping_details') @include('public.checkout.create.form.order_note')
@include('public.checkout.create.payment') @include('public.checkout.create.coupon')
@include('public.checkout.create.order_summary')
@endsection @push('pre-scripts') @if (setting('paypal_enabled')) @endif @if (setting('stripe_enabled')) @endif @if (setting('paytm_enabled')) @if (setting('paytm_test_mode')) @else @endif @endif @if (setting('razorpay_enabled')) @endif @endpush