@php $faviconPath = \App\Models\Setting::get('favicon'); $faviconUrl = $faviconPath ? \Illuminate\Support\Facades\Storage::url($faviconPath) : null; @endphp