@extends('admin.settings.layout') @section('settings-content')
@csrf
Status Control
When active, the public website will be hidden behind a maintenance page. Admins can still access the site if their IP is allowed.
Your current IP: {{ request()->ip() }}
@endsection