Cachet is now a Laravel 5 app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
@include('partials.dashboard.head')
|
||||
|
||||
<body class="dashboard">
|
||||
<div class="content">
|
||||
@yield('content')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user