@extends($activeTemplate . 'layouts.frontend')
@section('content')
@php
$policyPages = getContent('policy_pages.element', false, null, true);
$auth = getContent('authentication.content', true);
$credentials = $general->socialite_credentials;
@endphp
@lang('Enter your credentials to create your account.') @lang('Already have an account?') @lang('Sign In')
@else
@endif
@lang('Sign Up to Your Account')