Order Creation
First Name
@if ($errors->has('firstName'))
{{ $errors->first('firstName') }}
@endif
Last Name
@if ($errors->has('lastName'))
{{ $errors->first('lastName') }}
@endif
Email Addrress
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Billing
First Name
@if ($errors->has('billFirstname'))
{{ $errors->first('billFirstname') }}
@endif
Last Name
@if ($errors->has('billLastname'))
{{ $errors->first('billLastname') }}
@endif
Address 1
@if ($errors->has('billAddress1'))
{{ $errors->first('billAddress1') }}
@endif
Address 2
@if ($errors->has('billAddress2'))
{{ $errors->first('billAddress2') }}
@endif
City
@if ($errors->has('billCity'))
{{ $errors->first('billCity') }}
@endif
Province
@if ($errors->has('billProvince'))
{{ $errors->first('billProvince') }}
@endif
Country
@if ($errors->has('billCountry'))
{{ $errors->first('billCountry') }}
@endif
Zip
@if ($errors->has('billZip'))
{{ $errors->first('billZip') }}
@endif
Shipping
First Name
@if ($errors->has('shipFirstname'))
{{ $errors->first('shipFirstname') }}
@endif
Last Name
@if ($errors->has('shipLastname'))
{{ $errors->first('shipLastname') }}
@endif
Address 1
@if ($errors->has('shipAddress1'))
{{ $errors->first('shipAddress1') }}
@endif
Address 2
@if ($errors->has('shipAddress2'))
{{ $errors->first('shipAddress2') }}
@endif
City
@if ($errors->has('shipCity'))
{{ $errors->first('shipCity') }}
@endif
Province
@if ($errors->has('shipProvince'))
{{ $errors->first('shipProvince') }}
@endif
Country
@if ($errors->has('shipCountry'))
{{ $errors->first('shipCountry') }}
@endif
Zip
@if ($errors->has('shipZip'))
{{ $errors->first('shipZip') }}
@endif
List Item Properties
Add List Item
List Items
×
{{ $errors->first('prod-variant-id') }}
Submit