Files
cachet-docker/resources/views/layout/clean.blade.php
2015-08-13 22:34:26 +01:00

11 lines
184 B
PHP

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