@extends('layouts.app') @section('content')
@include('partials._page_header', ['pageTitle' => 'Maintenance Settings']) @include('partials.message')
@csrf {{-- WordPress-style settings table --}} {{-- Maintenance Mode --}} {{-- User Registration Mode --}} {{-- User Login Mode --}} {{-- Section divider --}} {{-- Member Web Login --}} {{-- Guest Login --}} {{-- Guest Registration --}}

Enable to show a maintenance page to visitors while you make changes.

Allow new users to register an account on this site.

Allow existing users to log in to the site.

Public Website Access

Allow church members to log in via the website. Disable to direct members to the mobile app only.

Allow registered guests to log in via the public website to submit prayer requests, help requests, and comments.

Allow new visitors to self-register as guests on the public website.

@endsection