@php $siteName = \App\Models\SystemSetting::get('site_name', config('app.name')); $siteDescription = \App\Models\SystemSetting::get('site_description', 'Build native mobile apps from your website in minutes'); $faviconPath = \App\Models\SystemSetting::get('favicon_path'); @endphp