@php $siteSettings = \App\Support\SiteSettings::get(); $brandName = (string) ($siteSettings['brand_name'] ?? \App\Support\SiteSettings::defaults()['brand_name']); @endphp