@extends('layouts.public') @section('content')

Community Application

@csrf

Application Terms

@if (get_setting('minimum_age') > 0)

You are at least {{ get_setting('minimum_age') }} years of age at the time of submitting this application.

@endif

{!! Str::markdown(get_setting('application_terms')) !!}

@endsection