v0.1.0
This commit is contained in:
16
frontend/resources/views/layout/body.blade.php
Normal file
16
frontend/resources/views/layout/body.blade.php
Normal file
@ -0,0 +1,16 @@
|
||||
<body>
|
||||
@include('layout.body.header')
|
||||
<div class="ui attached segment" id="page_content">
|
||||
@hasSection('page_sidebar')
|
||||
<div class="ui visible sidebar inverted vertical labeled icon menu" id="page_sidebar">
|
||||
@yield('page_sidebar')
|
||||
</div>
|
||||
<div class="pusher">
|
||||
@endif
|
||||
@yield('page_content')
|
||||
@hasSection('page_sidebar')
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
@include('layout.body.footer')
|
||||
</body>
|
Reference in New Issue
Block a user