@extends('admin.partial.template-full') @section('section')

Curated Onboarding

The ideal solution for communities seeking a balance between open registration and invite-only membership

@if((bool) config_cache('instance.curated_registration.enabled'))
@include('admin.curated-register.partials.nav')
@if (session('status'))
{{ session('status') }}
@endif

Edit Template

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@if($template->description == null)

@endif
is_active ? 'checked' : ''}}>

@method('DELETE') @csrf
@endif @endsection @push('scripts') @endpush