@php $settings = $platformSiteSettings ?? null; $siteName = $siteName ?? ($platformSiteName ?? ($settings?->effectiveSiteName() ?? \App\Models\Platform\SiteSetting::defaultSiteName())); $fileUrlBase = rtrim($fileUrlBase ?? url('platform/files'), '/'); $logoPath = trim((string) ($logoPath ?? '')); $logoUrl = $logoPath !== '' ? $fileUrlBase . '/' . ltrim($logoPath, '/') : null; $searchQuery = request('q', ''); $searchAction = $searchAction ?? route('platform.home'); @endphp
@if ($logoUrl) @else {{ $siteName }} @endif
@auth('web') @else 가입하면 500P 로그인 @endauth