@yield('styles') @stack('custom-css') @include('partials.header')
@yield('content')
@include('partials.footer') @yield('scripts') @stack('custom-js-scripts')