@php $faviconPath = \App\Models\Setting::where('key', 'brand_favicon')->value('value'); $faviconExt = $faviconPath ? strtolower(pathinfo($faviconPath, PATHINFO_EXTENSION)) : 'svg'; $faviconType = $faviconExt === 'ico' ? 'image/x-icon' : ($faviconExt === 'png' ? 'image/png' : 'image/svg+xml'); $faviconUrl = $faviconPath ? asset('storage/'.$faviconPath) : asset('favicon.svg'); @endphp
404
Page not found

The page you're looking for doesn't exist or has been moved. If you believe this is an error, please contact support.

Back to Home