Vendor Sign Up
@include('website.cart.partials.alert-success') @include('website.cart.partials.alert-error')
@csrf
@if ($errors->has('firstName')) * {{ $errors->first('firstName') }} @endif
@if ($errors->has('lastName1')) * {{ $errors->first('lastName1') }} @endif
@if ($errors->has('email')) * {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) * {{ $errors->first('phone') }} @endif
@if ($errors->has('whatsapp')) * {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('companyName')) * {{ $errors->first('companyName') }} @endif
@if ($errors->has('companyWebsite')) * {{ $errors->first('companyWebsite') }} @endif
@if ($errors->has('billingAddress')) * {{ $errors->first('billingAddress') }} @endif
@if ($errors->has('billingAddressLine2')) * {{ $errors->first('billingAddressLine2') }} @endif
@if ($errors->has('city')) * {{ $errors->first('city') }} @endif
@if ($errors->has('stateProvince')) * {{ $errors->first('stateProvince') }} @endif
@if ($errors->has('zipCode')) * {{ $errors->first('zipCode') }} @endif
@if ($errors->has('country')) * {{ $errors->first('country') }} @endif
@if ($errors->has('password')) * {{ $errors->first('password') }} @endif
@if ($errors->has('confirm-password')) * {{ $errors->first('confirm-password') }} @endif
@if ($errors->has('company_registration')) * {{ $errors->first('company_registration') }} @endif
@if ($errors->has('legal_representative_ID')) * {{ $errors->first('legal_representative_ID') }} @endif
@if ($errors->has('re_sale_tax')) * {{ $errors->first('re_sale_tax') }} @endif
@if ($errors->has('findUs')) * {{ $errors->first('findUs') }} @endif
@if ($errors->has('totalAnualSales')) * {{ $errors->first('totalAnualSales') }} @endif
@if ($errors->has('companyType')) * {{ $errors->first('companyType') }} @endif
@if ($errors->has('otherCompanyType')) * {{ $errors->first('otherCompanyType') }} @endif
@if ($errors->has('familiesIds')) * {{ $errors->first('familiesIds') }} @endif
@foreach ($families as $family)
@endforeach
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
{{-- capchat --}}