@extends('admin.layouts.master-soyuz') @section('title',__('Maintenance Mode |')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Setting') }} {{ __('Maintenance Mode') }}
@csrf

@error('allowed_ips') {{ $message }} @enderror
{{__('Your IP is:')}} {{ Request::ip() }}
@error('message') {{ $message }} @enderror


{{ __('Turn On the toggle to enable Maintenance mode') }}
@endsection @section('custom-script') @endsection