7 lines
132 B
PHP
7 lines
132 B
PHP
|
<body>
|
||
|
@include('layout.body.header')
|
||
|
@yield('page_content')
|
||
|
@include('layout.body.footer')
|
||
|
@include('layout.body.scripts')
|
||
|
</body>
|