@extends('frontend.layouts.master') @section('meta_title', $seo_setting['checkout_page']['seo_title']) @section('meta_description', $seo_setting['checkout_page']['seo_description']) @push('custom_meta') @endpush @section('header') @include('frontend.layouts.header-layout.three') @endsection @use('Modules\Shop\app\Models\DeliveryAddress') @section('contents')

{{ __('Shipping Address') }}

@foreach ($activeGateways as $gatewayKey => $gatewayDetails) @if (!$applyDeliveryCharge && $gatewayKey == 'hand_cash') @continue @endif @endforeach
{{ __('Your Order') }}
@if ($setting?->is_delivery_charge && $applyDeliveryCharge)
@endif
@include('frontend.pages.shop.partials.checkout-summary')
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection @push('js') @endpush