Add admin maintenance settings view

This commit is contained in:
Daniel Supernault 2018-08-23 19:04:20 -06:00
parent 20293ca258
commit 6344c80462
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
@extends('admin.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Maintenance</h3>
</div>
<hr>
@endsection