Yield content for body of dashboard

This commit is contained in:
James Brooks
2014-12-04 15:44:00 +00:00
parent 8255aaa3cf
commit c66656ffd3

View File

@@ -12,8 +12,11 @@
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">
<script src="{{ elixir('js/all.js') }}"></script>
</head>
<body class="dashboard">
@include('partials.dashboard-nav')
@include('partials.dashboard-sidebar')
@yield('content')
</body>
</html>