{{-- Favicon --}} {{-- CSS (order matters: framework/vendor -> theme -> custom) --}} {{-- Venobox (moved under public/vendor/venobox) --}} {{-- Slick from CDN (as in your original) --}} {{-- Main theme at the end to allow overrides --}} {{-- Fonts --}} {{-- Modernizr (you had this in ) --}} @stack('styles') {{-- Loader --}}
{{-- Header / Navigation --}} @include('partials.header') {{-- Page content --}} @yield('content') {{-- Footer --}} @include('partials.footer') {{-- Scroll-up --}}
{{-- JS (order matters: jQuery -> vendor plugins -> theme/custom) --}} {{-- Venobox (pick one .min file) --}} {{-- Slick --}} {{-- Your custom scripts --}} @stack('scripts')