{{-- resources/views/livewire/tenant/partials/tenant-sidebar-navigation.blade.php --}} @php $favicon = !empty($themeSettings['theme.favicon']) ? Storage::url($themeSettings['theme.favicon']) : url('./img/favicon-32x32.png'); $siteLogo = !empty($themeSettings['theme.site_logo']) ? Storage::url($themeSettings['theme.site_logo']) : asset('img/light_logo.png'); $darkLogo = !empty($themeSettings['theme.dark_logo']) ? Storage::url($themeSettings['theme.dark_logo']) : asset('img/dark_logo.png'); @endphp
{{-- SIDEBAR FOR TENANT --}}