@foreach ($spotlights as $index => $spotlight)
{{ $spotlight['kicker'] }}

{{ $spotlight['title'] }}

{{ $spotlight['copy'] }}

    @foreach ($spotlight['points'] as $point)
  • {{ $point }}
  • @endforeach
Learn more
{{ $spotlight['image_alt'] }}
@if (! empty($spotlight['stat'])) @endif
@endforeach