@php $tenantId = $tenantId ?? (tenant() ? tenant('id') : null); $scope = $scope ?? ($tenantId ? 'tenant' : 'platform'); $settings = $tenantSiteSettings ?? null; $siteName = $siteName ?? ($settings?->site_name ?? 'qpost'); $tenantBaseUrl = tenant_base_url(); $basePath = $basePath ?? $tenantBaseUrl; @endphp @extends('tenant.layouts.base') @section('body-class', 'min-h-screen bg-base c-main scope-tenant theme-default') @section('body') @php $hasSidebarAdSlot = filled($tenantSiteSettings?->effectiveAdsenseClientId()); @endphp