{!! $content['title'] !!}

{{ $content['subtitle'] }}

@foreach ($content['steps'] as $index => $step)
{{ $step['title'] }}
{{-- Step Number Badge --}}
{{ $step['step'] }}
@if ($step['icon'] === 'file-text') @elseif($step['icon'] === 'search') @else @endif

{{ $step['title'] }}

{{ $step['description'] }}

@if ($index === count($content['steps']) - 1) @endif
@endforeach
{{-- CTA Section --}}

{!! $content['cta']['title'] !!}

{{ $content['cta']['subtitle'] }}