@include('thirdparty.css_back') @yield('one_page_css') @stack('header')
@include('layouts.header') @include('layouts.sidebar')
@yield('content')
@include('layouts.footer')
@include('thirdparty.js_back') @yield('one_page_js') @include('thirdparty.js_back_footer') @stack('footer')