Checkout

@csrf

Personal info

Insert your personal details

@if ($errors->has('first_name')) Field required @endif
@if ($errors->has('last_name')) Field required @endif
@if ($errors->has('email')) {{$errors->first('email')}} @endif
@if ($errors->has('phone')) {{$errors->first('phone')}} @endif

Your Mailing Address

Insert your mailing address details

@if ($errors->has('address')) {{$errors->first('address')}} @endif
@if ($errors->has('city')) {{$errors->first('city')}} @endif
@if ($errors->has('state')) {{$errors->first('state')}} @endif
@if ($errors->has('zip_code')) {{$errors->first('zip_code')}} @endif

Your Billing Address

Insert your billing address details

Card Details

Insert your card details

Cards
{{--
--}}
Subtotal
${{$subtotal}}
@push('scripts') @endpush