Personal info

Insert your personal details

@if ($errors->has('company_name')) {{$errors->first('company_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_1')) {{$errors->first('address_1')}} @endif
@if ($errors->has('address_2')) {{$errors->first('address_2')}} @endif
@if ($errors->has('city')) {{$errors->first('city')}} @endif
@if ($errors->has('zip_code')) {{$errors->first('zip_code')}} @endif
@if ($errors->has('country')) {{$errors->first('country')}} @endif
@if($states_db && count($states_db) > 0)
@if ($errors->has('state')) {{$errors->first('state')}} @endif @else
@if ($errors->has('other_state')) {{$errors->first('other_state')}} @endif @endif

Your Billing Address

Insert your billing address details

@if ($errors->has('billing_address_1')) {{$errors->first('billing_address_1')}} @endif
@if ($errors->has('billing_address_2')) {{$errors->first('billing_address_2')}} @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_country')) {{$errors->first('billing_country')}} @endif
@if($states_billing_db && count($states_billing_db) > 0)
@if ($errors->has('billing_state')) {{$errors->first('billing_state')}} @endif @else
@if ($errors->has('other_billing_state')) {{$errors->first('other_billing_state')}} @endif @endif