{{ global_setting()->name }}
@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
@stack('styles')
@include('sections.theme_style', [
'baseColor' => restaurantOrGlobalSetting()->theme_rgb,
'baseColorHex' => restaurantOrGlobalSetting()->theme_hex,
])
@if (File::exists(public_path() . '/css/app-custom.css'))
@endif
{{-- Pusher Beams SDK is pulled in later alongside the initialization block below so that
it executes before our inline script; removing from head prevents deferred loading
from running after the body script and causing the warning. --}}
{{-- Include file for widgets if exist --}}
@includeIf('sections.custom_script_admin')
@if (user()->restaurant_id)
@livewire('navigation-menu')
@else
@livewire('superadmin-navigation-menu')
@endif