@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 fee USD {{ $setting->shipping_rate }}

{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
Total USD {{ $subtotal + $setting->shipping_rate }}

{{-- proceed to pay--}}

Submit the form to show all the available payment methods

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