@extends('public.layout') @section('title', trans('storefront::checkout.checkout')) @section('content')
@include('public.cart.index.empty_cart')
@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 @if (setting('mercadopago_enabled')) @endif @if (setting('flutterwave_enabled')) @endif @if (setting('paystack_enabled')) @endif @endpush