@include('appshell::layouts.default._css')
{!! icon_theme_assets() !!}
@include('appshell::layouts.default._header_includes')
@include('appshell::layouts.default._sidebar')
@include('appshell::layouts.default._header')
@include('appshell::layouts.default._breadcrumbs')
@include('flash::message')
@yield('content')
@stack('scripts')
@include('appshell::layouts.default._js')
@include('appshell::layouts.default._scripts')
@include('appshell::layouts.default._footer_includes')
@stack('footer-scripts')