@include('core::partials.backend.asset_css')
@hasSection('css')
@yield('css')
@endif
@stack('css_stack')
{!! simple_cms_setting('backend_style') !!}
@coreStyles()
@coreScriptsTop()
@include('core::partials.backend.header_backend')
@include('core::partials.backend.sidebar_backend')
{{--Content Wrapper. Contains page content--}}
{{--Content Header (Page header)--}}
@hasSection('breadcrumb')
@else
@endif
{{--/.content-header--}}
{{--Main content--}}
{{--/.content--}}
{{--/.content-wrapper--}}
{{--Control Sidebar--}}
{{--/.control-sidebar--}}
@include('core::partials.backend.footer_backend')
@include('core::partials.backend.modal')
@include('core::partials.backend.asset_js')
@hasSection('js')
@yield('js')
@endif
@stack('js_stack')
{!! simple_cms_setting('backend_script') !!}
@coreScripts()