6 lines
106 B
PHP
6 lines
106 B
PHP
<body>
|
|
@include('layout.body.header')
|
|
@yield('page_content')
|
|
@include('layout.body.footer')
|
|
</body>
|