@php $allSettings = \App\Models\Setting::getAllAsArray(); $siteLogo = $allSettings['app_logo_dark'] ?? null; $siteName = $allSettings['app_name'] ?? 'Admin Portal'; @endphp
Sign in to your account