@extends($activeTemplate . 'layouts.frontend')
@section('content')
@php
$registerContent = getContent('register.content', true);
@endphp
@if (gs('registration'))
@lang('Already have an account?') @lang('Login')@lang('Create an Account')