@extends('front.layout.app') @section('title', 'Register') @section('extra-css') @endsection @section('content') @include('front.partials.sidemenu') Register Please provide us your Shipping and Billing information below. This information will be used to process your order. Already registered? Click here to login. Required fields are bold Billing Information @csrf First Name: * @error('first_name') {{ $message }} @enderror Last Name: * @error('last_name') {{ $message }} @enderror Company Name: * @error('company_name') {{ $message }} @enderror Address Line 1: * @error('address1') {{ $message }} @enderror Address Line 2: Country: * Please select United States @error('country') {{ $message }} @enderror City: * @error('city') {{ $message }} @enderror State / Province: * @error('state') {{ $message }} @enderror Zip / Postal Code: * @error('zip_code') {{ $message }} @enderror Phone Number: * @error('phone') {{ $message }} @enderror Shipping Information Shipping address is the same as billing Please check this box if your shipping information is the same as billing. If it is not, you may simply add your shipping address in the future. Account Information Username (min - 4 chars): * @error('username') {{ $message }} @enderror Password: * @error('password') {{ $message }} @enderror Confirm Password: * Email: * @error('email') {{ $message }} @enderror Tax Exception: Product Updates Our Newsletter By registering with us, you agree with our Terms and Conditions @error('privacy_policy') {{ $message }} @enderror ResetRegister @endsection
Please provide us your Shipping and Billing information below. This information will be used to process your order. Already registered? Click here to login.