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