@php $allSettings = \App\Models\Setting::getAllAsArray(); $siteLogo = $allSettings['site_logo'] ?? null; $siteName = $allSettings['site_name'] ?? 'Admin Portal'; $superAdminExists = \App\Models\Admin::where('role', 'super_admin')->exists(); @endphp
Fill in the details below to register