7 lines
176 B
PHP
7 lines
176 B
PHP
@include('Frontend.header')
|
|
@include('Frontend.front_header_code')
|
|
<section>
|
|
@yield('content')
|
|
</section>
|
|
@include('Frontend.front_footer_code')
|
|
@include('Frontend.footer') |