diff --git a/resources/views/admin/settings/maintenance.blade.php b/resources/views/admin/settings/maintenance.blade.php index 9182e94d0..a89b55f43 100644 --- a/resources/views/admin/settings/maintenance.blade.php +++ b/resources/views/admin/settings/maintenance.blade.php @@ -1,9 +1,14 @@ @extends('admin.partial.template') -@section('section') -
-

Maintenance

-
-
+@include('admin.settings.sidebar') +@section('section') +
+

Maintenance

+

Enable maintenance mode

+
+
+

+ Feature Unavailable: This feature will be released in v0.9.0. +

@endsection \ No newline at end of file