{{ $section['title'] }}
@foreach((array) ($section['paragraphs'] ?? []) as $p){{ $p }}
@endforeach @if(!empty($section['callout']))
{{ $section['callout']['text'] }}
@endif
@if(!empty($section['items']))
-
@foreach($section['items'] as $item)
- {{ $item }} @endforeach
-
@foreach($section['numbered_items'] as $item)
- {{ $item }} @endforeach
@foreach($section['items_with_desc'] as $item)
@endforeach
@endif
@if(!empty($section['table']))
{{ $item['title'] }}
{{ $item['text'] }}
| {{ $h }} | @endforeach
|---|
| {{ $cell }} | @endforeach
{{ $p }}
@endforeach @if(!empty($section['product_cta']['text']) && !empty($section['product_cta']['url']))
Sysfarma automatiza esto
{{ $section['product_cta']['label'] ?? 'Conoce cómo →' }}
{{ $section['product_cta']['text'] }}
Preguntas frecuentes
@foreach($post['faqs'] as $faq){{ $faq['a'] }}