@include('layouts.frontend-css') @yield('style') @stack('styles') @stack('frontend-header-script')
@include('layouts.frontend-header') @include('layouts.frontend-nav')
@yield('content') @include('layouts.frontend-footer')
@include('layouts.frontend-script') @stack('scripts')