@extends('layout.main') @section('content')
{!! Former::open()->route('admin.site.maintenance.update') !!}
 
Enable or Disable maintenance mode. If enabled the site will be unavailable unless IP Whitelisted.
If checked this will clear all cached data from the application.
{!! Former::close() !!}
@stop