Order Creation

@if ($errors->has('firstName')) {{ $errors->first('firstName') }} @endif
@if ($errors->has('lastName')) {{ $errors->first('lastName') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Billing
@if ($errors->has('billFirstname')) {{ $errors->first('billFirstname') }} @endif
@if ($errors->has('billLastname')) {{ $errors->first('billLastname') }} @endif
@if ($errors->has('billAddress1')) {{ $errors->first('billAddress1') }} @endif
@if ($errors->has('billAddress2')) {{ $errors->first('billAddress2') }} @endif
@if ($errors->has('billCity')) {{ $errors->first('billCity') }} @endif
@if ($errors->has('billProvince')) {{ $errors->first('billProvince') }} @endif
@if ($errors->has('billCountry')) {{ $errors->first('billCountry') }} @endif
@if ($errors->has('billZip')) {{ $errors->first('billZip') }} @endif
Shipping
@if ($errors->has('shipFirstname')) {{ $errors->first('shipFirstname') }} @endif
@if ($errors->has('shipLastname')) {{ $errors->first('shipLastname') }} @endif
@if ($errors->has('shipAddress1')) {{ $errors->first('shipAddress1') }} @endif
@if ($errors->has('shipAddress2')) {{ $errors->first('shipAddress2') }} @endif
@if ($errors->has('shipCity')) {{ $errors->first('shipCity') }} @endif
@if ($errors->has('shipProvince')) {{ $errors->first('shipProvince') }} @endif
@if ($errors->has('shipCountry')) {{ $errors->first('shipCountry') }} @endif
@if ($errors->has('shipZip')) {{ $errors->first('shipZip') }} @endif

List Item Properties

{{ $errors->first('prod-variant-id') }}