@php $settings = tenant_settings_by_group('system'); $themeSettings = get_batch_settings(['theme.favicon']); // $favicon_image = $settings['favicon']; $favicon_image_32 = $themeSettings['theme.favicon'] ? Storage::url($themeSettings['theme.favicon']) : url('./img/favicon-32x32.png'); $favicon_image_16 = $themeSettings['theme.favicon'] ? Storage::url($themeSettings['theme.favicon']) : url('./img/favicon-16x16.png'); $favicon_image_apple = $themeSettings['theme.favicon'] ? Storage::url($themeSettings['theme.favicon']) : url('./img/apple-touch-icon.php'); @endphp @livewireStyles