9 lines
169 B
PHP
9 lines
169 B
PHP
|
<body>
|
||
|
<div class="ui container">
|
||
|
@include('layout.header')
|
||
|
@yield('page_content')
|
||
|
@include('layout.footer')
|
||
|
</div>
|
||
|
@include('layout.scripts')
|
||
|
</body>
|