@extends('auth.layouts.master') @section('title', !empty(sys_settings('registration_seo_title')) ? sys_settings('registration_seo_title') : __('Register')) @section('content')

{{ __('Create an Account') }}

@if($user_counts != 0)

{{ __('Sign up with your email and get started with your free account.') }}

@endif
@if($user_counts == 0)
{{ __("Register a regular admin account first.") }}
@endif
@include('auth.partials.error')
@if(!empty(sys_settings('signup_form_fields'))) @if(is_array(sys_settings('signup_form_fields')) && isset(sys_settings('signup_form_fields')['profile_phone']['show']) && sys_settings('signup_form_fields')['profile_phone']['show'] == 'yes')
@endif @if(is_array(sys_settings('signup_form_fields')) && isset(sys_settings('signup_form_fields')['profile_dob']['show']) && sys_settings('signup_form_fields')['profile_dob']['show'] == 'yes')
@endif @if(is_array(sys_settings('signup_form_fields')) && isset(sys_settings('signup_form_fields')['profile_country']['show']) && sys_settings('signup_form_fields')['profile_country']['show'] == 'yes')
@endif @endif @if(referral_system() && in_array(sys_settings('referral_show_info'), ['uname', 'invite']) && $refer_code)
data_get($refer_user, 'username')]) : __("Referral Code: :id", ['id' => $refer_code]) }}" class="form-control" autocomplete="off" disabled readonly>
@endif @if ($user_counts != 0 && page_status('terms', true))
@endif @if(has_restriction())
{!! 'You are about to register into demo application to see the platform.' !!}
@endif
@csrf @if(has_recaptcha()) @endif @if($user_counts == 0) @endif
@if($user_counts > 0)
{{ __('Already have an account?') }} {{ __('Sign in instead') }}
@endif @include('auth.partials.social-auth', ['type' => 'signup']) @include('auth.partials.socials')
@endsection @if (has_recaptcha()) @push('scripts') @endpush @endif