@php $authMetaTitle = global_setting()->meta_title ?? global_setting()->name; $authMetaImage = restaurantOrGlobalSetting()->meta_image_url ?? restaurantOrGlobalSetting()->upload_fav_icon_android_chrome_512_url; @endphp @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @include('sections.theme_style', [ 'baseColor' => $globalSetting->theme_rgb, 'baseColorHex' => $globalSetting->theme_hex, ]) {{-- Include file for widgets if exist --}} @includeIf('sections.custom_script_admin') @include('sections.offline-banner')
{{ $slot }} @if (languages()->count() > 1)
@livewire('shop.languageSwitcher')
@endif
@livewireScripts @include('layouts.update-uri') @if (global_setting()->is_pwa_install_alert_show == 1) @endif