@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)
@foreach ($client['images'] as $image)
@endforeach
Previous
Next
@else
 }})
@endif
@endforeach
@for ($i = 0; $i < $placeholderCount; $i++)
@endfor
@endif
@if ($group['banners']->isNotEmpty())
@foreach ($group['banners'] as $banner)
@endforeach
@endif
@endif
@endforeach