@extends($activeTemplate . 'layouts.frontend') @section('content') @php $registerContent = getContent('register.content', true); @endphp @if (gs('registration'))
@else @include($activeTemplate . 'partials.registration_disabled') @endif @endsection @push('style') @endpush @if (gs('secure_password')) @push('script-lib') @endpush @endif @push('script') @endpush