@extends('admin.layouts.master') @section('title', 'Coming Soon - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.ComingSoon') }}

{{ csrf_field() }} {{ method_field('PUT') }}







  • enable == 1 ? 'checked' : '' }} >
  • ({{ __('adminstaticword.Enable') }} {{ __('Enable Maintanace Mode') }})


    @endsection