@stack('before-styles') @section('template-css') {{--Defaults to Material and Blue--}} {{-- ### Choose only the one you want ### --}} @show @yield('css') @stack('after-styles') @yield('styles')
@yield('layout-content')
@stack('before-scripts') @section('jquery') {{-- If not using jQuery from NPM and webpack build, don't override this section, --}} {{-- or user @parent inside when you do it, to include this jquery script --}} @show @section('template-custom-js') {{--Defaults to Material --}} {{-- ### Choose only the one you want ### --}} {{----}} {{----}} {{----}} {{----}} @show @stack('after-scripts') {{--ATTENTION:--}} {{----}} {{----}} {{----}} {{--This code is only for the live running demo, without the proper config key, it **DOES NOT** track anything--}} @yield('js') @yield('scripts')