{{ __('Warning') }}
{{ __("If you enable maintenance mode, regular users won't be able to access the website. Please make sure to inform users about the temporary unavailability.") }}
maintenance_mode ? 'checked' : '' }} id="maintenance_mode_toggle" type="checkbox" data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
@csrf @method('PUT')