@php($cards = $block->get('cards', []))

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

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

    @foreach ($cards as $card)
  1. {{ $card['num'] ?? '' }}

    {{ $card['name'] ?? '' }}

    {{ $card['tag'] ?? '' }}

  2. @endforeach