@if(domain($_SERVER['HTTP_HOST']) !== '') @if(tenantSetting($_SERVER['HTTP_HOST']) !== '') @if(tenantSetting($_SERVER['HTTP_HOST'])->logo_path !== null)
@else
{{domain($_SERVER['HTTP_HOST'])->company_name}}
@endif @else
Logo
{{domain($_SERVER['HTTP_HOST'])->company_name}}
@endif @else
Logo
@endif
Home
Pricing
@php $pages = App\Models\Page::where('parent_id', domain($_SERVER['HTTP_HOST'])->creatorId())->where('is_active', 1)->get(); @endphp @if(count($pages) > 0) @foreach ($pages as $page)