Checkout

@csrf
{{--

Personal info

Insert your personal details

@if ($errors->has('first_name')) {{$errors->first('first_name')}} @endif
@if ($errors->has('first_name')) {{$errors->first('first_name')}} @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 Shipping Address

Insert your shipping 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
{{old('diffrent_billing_address')}}

Your Billing Address

Insert your billing address details

@if ($errors->has('billing_address')) {{$errors->first('billing_address')}} @endif
@if ($errors->has('billing_address')) {{$errors->first('billing_address')}} @endif
@if ($errors->has('billing_city')) {{$errors->first('billing_city')}} @endif
@if ($errors->has('billing_zip_code')) {{$errors->first('billing_zip_code')}} @endif
@if ($errors->has('billing_state')) {{$errors->first('billing_state')}} @endif
@if ($errors->has('billing_state')) {{$errors->first('billing_state')}} @endif
--}} @livewire('front.checkout-form')

Credit card details

Insert your credit card details

Cards
{{--
--}}
{{--
Subtotal
$1,223
Shipping
$5
--}} @if($total)
Total

(including shipping (local import taxes not covered) Discount Applied)

${{$total}}

Local taxes / duties not included

@endif @if($returning_policy_pdf)

@if($returning_policy_pdf_title) {{$returning_policy_pdf_title}} @else View our returning policy @endif

@endif
@php $errors = Session::get('error'); @endphp @if($errors)
{{$errors}}
@endif

If you want to pay via an alternative method or on Invoice, please email us on sales@arvus.com

{{-- --}}
@push('scripts') @endpush