@extends('front.layouts.app') @section('title', 'Checkout') @section('description', 'Checkout description') @section('content')
Loading...
{{--
--}} {{ csrf_field() }}

Billing Address

Fill the form below to complete your purchase

{{--

Already Registered? Click here to Login now

--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

Order Summary

Subtotal ({{ $product_count }} items) USD {{ $subtotal }}

Shipping Methods

Shipping fee {{-- USD {{ $setting->shipping_rate }}--}} Submit the form to calculate shipping fee


Discount USD {{ $coupon['value'] ?? 0 }}

Total USD {{ $total }}

{{--

Submit the form to show all the available payment methods

--}} @if($setting->paypal_check == 'yes')
@endif @if($setting->stripe_check == 'yes') @endif
@endsection @section('script') @if($setting->paypal_check == 'yes') @if($setting->paypal_env == 'Live') @else @endif @endif {{-- Stripe --}} @endsection