@php($section = $block->get('section', 'resi-showcase')) @php($items = $block->get('items', []))
@foreach ($items as $item)
{{ $item['alt'] ?? '' }}
{{ $item['num'] ?? '' }} {!! $item['title_html'] ?? '' !!} {{ $item['place'] ?? '' }}
@endforeach