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

Create Template

Create re-usable templates of messages and application requests.

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

{{ $error }}

@endforeach
@endif
@csrf


@endif @endsection