6 lines
70 B
PHP
6 lines
70 B
PHP
|
<body>
|
||
|
@yield('page_content')
|
||
|
|
||
|
@include('layout.scripts')
|
||
|
</body>
|