{{ __('Warning') }}
{{ __('If you enable maintenance mode, regular users wont 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-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
@csrf @method('PUT')
@error('maintenance_image') {{ $message }} @enderror