@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')