@extends('Template::layouts.app') @section('app') @if (gs('registration')) @php $registrationContent = getContent('registration.content', true); @endphp
@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