@section('global_css') @show @section('page_css') @show @section('theme_css') @show @stack('styles') @section('body') @include('layouts.body') @show
@include('layouts.sidebar')
@include('layouts.topbar')
@yield('content') @include('layouts.footer')
@yield('modals') {{----}} {{----}} @stack('scripts')