@extends("layouts.app") @section("content")
Loading...
First slide
@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

Order Summary

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

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


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

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

@endsection @section('script') @endsection