@php $themeColor = $tenant->settings['theme_color'] ?? '#3B82F6'; $brand = $tenant->display_name ?? $tenant->name; $logoUrl = method_exists($tenant, 'getLogoUrl') ? $tenant->getLogoUrl() : null; $faviconUrl = method_exists($tenant, 'getFaviconUrl') ? $tenant->getFaviconUrl() : null; $currency = $tenant->settings['currency'] ?? 'MDL'; @endphp