@php $siteSettings = \App\Support\SiteSettings::get(); $brandName = (string) ($siteSettings['brand_name'] ?? \App\Support\SiteSettings::defaults()['brand_name']); @endphp {{ $brandName }} Admin @vite(['resources/css/app.css', 'resources/js/app.jsx']) @inertiaHead @inertia