{{-- style --}} @stack('prepend-style') @include('includes.style') @stack('addon-style') {{-- navbar --}} {{-- @include('includes.navbar-auth') --}} {{-- page content --}} @yield('content') {{-- footer --}} {{-- @include('includes.footer') --}} @stack('prepend-script') @include('includes.script') @stack('addon-script')