@extends('layout.app') @section('content')
Loading...

Checkout

@csrf

Billing Address

Fill the form below to complete your purchase

{{-- @if(!Auth::check())--}} {{--

Already Registered? Click here to--}} {{-- Login now

--}} {{-- @endif--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @if(!Auth::check())--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}}
{{--
--}} {{--
--}} {{--

Payment Options

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@if($totalPrice > 1000) @else @endif

Order Summary

Subtotal ({{ Cart::count() }} items) USD ${{ Cart::priceTotalFloat() }}

Tax USD ${{ Cart::tax() }}


Discount USD ${{ Cart::discount() }}

Total USD ${{ (Cart::total()) }}

@endsection @push('script') @endpush