@extends('layouts.admin') @section('title'){{ __('Maintenance Mode') }} @endsection @section('content')
{{ __('Maintenance Mode') }}
@csrf

{{ __('If maintenance mode is enabled , visitor cannot access to the site') }}.

{{ Form::button(' '.__('Submit'), ['type' => 'submit', 'class' => 'btn btn-primary '] ) }}
@endsection