@foreach($ads as $ad)
$loop->first, 'col-lg-4 col-md-4' => $loop->index === 1])> $loop->first, 'exclusivearea' => $loop->index === 1])>
$loop->first, 'exclusivearea__thumb' => $loop->index === 1])> {{ $ad->name }}
$loop->first, 'tpexclusive__contentarea text-center' => $loop->index === 1])> @php($subtitle = $ad->getMetaData('subtitle', true)) @if($subtitle && $loop->first)

{!! BaseHelper::clean($subtitle) !!}

@endif

$loop->first, 'mb-10' => $loop->index === 1])>{!! BaseHelper::clean($ad->name) !!}

@if($subtitle && $loop->index === 1)

{!! BaseHelper::clean($subtitle) !!}

@endif
@endforeach