@extends('admin/layout') @section('page_title','Maintenance') @section('other_select','active') @section('maintenance_mode_select','active') @section('content')

Maintenance Mode

Maintenance
@if($maintenance->secrate_code == null)
@csrf
@else De-Active Maintanance Mode @endif
@endsection