{{-- Section Title --}}

spotlights

Discover what makes our accommodation service stand out from the rest

{{-- Spotlights Grid --}}
@foreach ($this->spotlights as $index => $spotlight)
@if ($spotlight['icon'] === 'map-pin') @elseif($spotlight['icon'] === 'star') @else @endif

{{ $spotlight['title'] }}

{{ $spotlight['description'] }}

@endforeach