source: resources/views/layouts/dashboard.blade.php@ 0924b6c

Last change on this file since 0924b6c was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 338 bytes
RevLine 
[0924b6c]1<!DOCTYPE html>
2<html>
3
4 <head>
5 @include("fragments.dashboard.head")
6 </head>
7
8<body>
9
10 <div class="page">
11
12 <div class="page-main">
13
14 @include("fragments.dashboard.nav")
15
16 @include("fragments.dashboard.alert")
17
18 @yield("dashboard_content")
19
20 @include("fragments.dashboard.footer")
21
22 </div>
23
24 </div>
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.