@extends('Template::layouts.app') @php $bgImage = getContent('backgroundImage.content', true); @endphp @section('panel') @if (gs('registration')) @lang('Create an Account') @include('Template::partials.social_login') @csrf @if (session()->get('reference') != null) @lang('Reference by') @endif @lang('First Name') @lang('Last Name') @lang('E-Mail Address') @lang('Password') @lang('Confirm Password') @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('Create Account') @lang('Already have an account?') @lang('Login') @else @include('Template::partials.registration_disabled') @endif @endsection @if (gs('registration')) @push('style') @endpush @if (gs('secure_password')) @push('script-lib') @endpush @endif @push('script') @endpush @endif
@lang('Already have an account?') @lang('Login')