@stack('meta') @bagistoVite(['src/Resources/assets/css/app.css', 'src/Resources/assets/js/app.js']) @if ($favicon = core()->getConfigData('general.design.admin_logo.favicon', core()->getCurrentChannelCode())) @else @endif @stack('styles') {!! view_render_event('bagisto.shop.layout.head') !!} {!! view_render_event('bagisto.shop.layout.body.before') !!}
{{-- Flash Message Blade Component --}} {{-- Confirm Modal Blade Component --}} {!! view_render_event('bagisto.shop.layout.content.before') !!} {{-- Page Header Blade Component --}}
{{-- Page Sidebar Blade Component --}}
{{-- Added dynamic tabs for third level menus --}} {{-- Todo @suraj-webkul need to optimize below statement. --}} @if (! request()->routeIs('admin.configuration.index')) @endif {{-- Page Content Blade Component --}} {{ $slot }}
{!! view_render_event('bagisto.shop.layout.content.after') !!}
{!! view_render_event('bagisto.shop.layout.body.after') !!} @stack('scripts')