@extends($activeTemplate . 'layouts.auth') @php $policyPages = getContent('policy_pages.element', false, orderById: true); @endphp @section('auth')
@csrf @if (!gs('registration'))

@lang('Registration is currently disabled')

@endif @include($activeTemplate . 'partials.social_login')

@lang('Create an Account')

@lang('You can create account using email or username and the registration is fully free')

@if (gs('agree'))
@foreach ($policyPages as $policy) {{ __($policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach
@endif

@lang('Have an account?') @lang('Login Here')

@endsection @push('style') @endpush @if (gs('registration')) @if (gs('secure_password')) @push('script-lib') @endpush @endif @push('script') @endpush @endif