@extends('auth.layouts.master') @section('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($user_counts!=0)
@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.socials')
@endsection @if (has_recaptcha()) @push('scripts') @endpush @endif