Add maintenance section to admin, clear caches #376 (#377)

* Add maintenance section to admin, clear caches #376

* Formatting
This commit is contained in:
Nabeel S
2019-08-30 15:59:08 -04:00
committed by GitHub
parent 0d1f38cf85
commit b213f2bb4c
7 changed files with 104 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
@extends('admin.app')
@section('title', 'Maintenance')
@section('content')
@include('flash::message')
<div class="card border-blue-bottom">
<div class="content">
@include('admin.maintenance.caches')
</div>
</div>
@endsection