@yield('page_css') @yield('css') @include('web.layouts.web_loader') @include('web.layouts.header') @yield('content') @include('web.layouts.footer')
@yield('page_scripts') @yield('scripts')