@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

Create and manage re-usable templates of messages and application requests.

Create new Template
@foreach($templates as $template) @endforeach
ID Shortcut/Name Content Active Created
{{ $template->id }} {{ $template->name }} {{ str_limit($template->content, 80) }} {{ $template->is_active ? '✅' : '❌' }} {{ $template->created_at->format('M d Y') }}
{{ $templates->links() }}
@endif @endsection