Files
cachet-docker/resources/views/layout/clean.blade.php
2015-03-20 18:30:45 -06:00

11 lines
164 B
PHP

<!DOCTYPE html>
<html>
@include('partials.dashboard.head')
<body class="dashboard">
<div class="content">
@yield('content')
</div>
</body>
</html>