Files
cachet-docker/app/views/layout/clean.blade.php
2014-12-28 19:45:43 -06:00

13 lines
202 B
PHP

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