@php($section = $block->get('section', 'resi-services')) @php($cellStem = $block->get('cell_stem', 'resi-service')) @php($cells = $block->get('cells', []))

{{ $block->get('eyebrow') }}

{!! $block->get('title_html') !!}

@foreach ($cells as $cell)

{{ $cell['eye'] ?? '' }}

{{ $cell['title'] ?? '' }}

{{ $cell['body'] ?? '' }}

@endforeach