@props(['section'])

{{ $section->eyebrow }}

{{ $section->heading }}

{{ $section->body }}

{{ $section->primary_cta_label }}
    @foreach (($section->items ?? []) as $item)
  1. {{ str_pad((string) $loop->iteration, 2, '0', STR_PAD_LEFT) }}

    {{ $item['label'] ?? '' }}

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

    {{ $item['description'] ?? '' }}

    {{ __('ui.stage_output') }}

    {{ $item['meta'] ?? '' }}

  2. @endforeach