@php($paragraphs = $block->get('paragraphs', []))
{{ $block->get('image_alt') }}

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

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

@foreach ($paragraphs as $para)

{!! $para['html'] ?? '' !!}

@endforeach