@props(['title' => config('app.name')])
@if ($favicon = config('shopper.admin.favicon'))
@else
@endif
{{ $title }} // {{ __('shopper::layout.meta_title') }}
@stack('styles')
@filamentStyles
{{ \Shopper\Facades\Shopper::getThemeLink() }}
@include('shopper::includes._additional-styles')
twMerge(['class' => 'sh-body bg-gray-50 font-sans dark:bg-gray-950']) }}>
{{ $slot }}
@livewire(\Filament\Notifications\Livewire\Notifications::class)
@livewire(\Shopper\Livewire\Components\SlideOverPanel::class)
@livewire(\Shopper\Livewire\Components\Modal::class)
@filamentScripts
@include('shopper::includes._additional-scripts')