@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') @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