@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