@extends($activeTemplate . 'layouts.frontend') @section('content') @if (gs('registration')) @lang('Register') @lang('Already have an account')? @lang('Log in ') @csrf @lang('First Name') @lang('Last Name') @lang('Your email address') @lang('Password') @lang('Confirm Password') @php $label = 'Captcha'; @endphp @if (gs('agree')) @php $policyPages = getContent( 'policy_pages.element', false, orderById: true, ); @endphp @lang('I agree with') @foreach ($policyPages as $policy) {{ __($policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach @endif @lang('Sign up') @include($activeTemplate . 'partials.social_login', [ 'register' => true, ])
@lang('Already have an account')? @lang('Log in ')