@if (old('seller_type') == '2') @error('company_name') {{ $message }} @enderror @endif
@if(old('seller_type') == '2') @error('company_email') {{ $message }} @enderror @endif
@if(old('seller_type') == '2') @if ($errors->has('company_country_id')) {{ $errors->first('company_country_id') }} @endif @endif
@php $list = \App\Models\User::countryListWithLanguage(); @endphp {{-- @if ($errors->has('company_language')) {{ $errors->first('company_language') }} @endif --}}

{{__('words.Minimum 6 characters, 1 uppercase letter, 1 special character, 1 number. Example: aA@123')}}

@if (old('seller_type') == '2') @error('seller_password') {{ $message }} @enderror @endif
@if (old('seller_type') == '2') @error('seller_password_confirm') {{ $message }} @enderror @endif
@error('toc_company') {{ $message }} @enderror
Login with Google
{{__("words.Already have an account?")}}   {{__("words.Login")}}