{{ setting('site_title') }}

{{ setting('site_subtitle') }}

@php $headerHeight = max(200, setting('header_height') ?? 200); @endphp
@if (\Carbon\Carbon::now() < \Carbon\Carbon::parse(setting('countdown_end_date')))
@else

{{ setting('closure_message') }}

@endif
@foreach ($allGroups as $group) @if ($group['clients']->isNotEmpty() || $group['banners']->isNotEmpty())
@if ($group['clients']->isNotEmpty()) @php $clients = $group['clients']->toArray(); $clientCount = count($clients); $placeholderCount = max(0, 12 - $clientCount); @endphp
@foreach ($group['clients'] as $client)
@if (count($client['images']) != 0) @else Placeholder Name @endif
@endforeach @for ($i = 0; $i < $placeholderCount; $i++)
Placeholder Name
@endfor
@endif @if ($group['banners']->isNotEmpty())
@foreach ($group['banners'] as $banner) @endforeach
@endif
@endif @endforeach

{!! setting('subscription_text') !!}

@csrf