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