@include('front.sections.styles') @yield('styles')
@include('front.sections.header')
@yield('content')
@include('front.sections.footer')
@include('front.sections.scripts') @yield('scripts')