{{-- @extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest')
@if (getAppSettings('enable_vendor_registration'))

{{ __tr('Register as Vendor/Company') }}

@php $formSignUpRoute = route('auth.register.process'); if (getAppSettings('activation_required_for_new_user')) { $formSignUpRoute = route('activation_required.auth.register.process'); } @endphp
{{ __tr('Admin User Details') }}
{{__tr("Mobile number should be with country code without 0 or +")}}
@if (getAppSettings('user_terms') or getAppSettings('vendor_terms') or getAppSettings('privacy_policy'))
@endif