@include("layouts.frontendDashboard.inc.styles") @stack('styles') @yield('body-start') @include('layouts.frontendDashboard.header') @yield('page-heading-title')
@include('layouts.frontendDashboard.top-menu') @yield('content') @yield('page-div-end') @include('cookie') @include('layouts.frontendDashboard.footer') @include("layouts.frontendDashboard.inc.scripts") @stack('scripts') @stack('js')