@php $faviconPath = \App\Models\Setting::get('favicon_path'); $faviconUrl = $faviconPath ? asset('storage/' . $faviconPath) : asset('img/favicon.ico'); @endphp