8 lines
160 B
PHP
8 lines
160 B
PHP
<body>
|
|
@include('layout.body.header')
|
|
<div class="ui bottom attached segment">
|
|
@yield('page_content')
|
|
</div>
|
|
@include('layout.body.footer')
|
|
</body>
|