@foreach((array) ($post['sections'] ?? []) as $section)

{{ $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
@endif @if(!empty($section['numbered_items']))
    @foreach($section['numbered_items'] as $item)
  1. {{ $item }}
  2. @endforeach
@endif @if(!empty($section['items_with_desc']))
@foreach($section['items_with_desc'] as $item)

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach
@endif @if(!empty($section['table']))
@foreach($section['table']['headers'] as $h)@endforeach@foreach($section['table']['rows'] as $row)@foreach($row as $cell)@endforeach@endforeach
{{ $h }}
{{ $cell }}
@endif @if(!empty($section['screenshot']['image']))
{{ $section['screenshot']['caption'] ?? 'Sysfarma' }}
{{ $section['screenshot']['alt'] ?? '' }}
@endif @foreach((array) ($section['paragraphs_after'] ?? []) as $p)

{{ $p }}

@endforeach @if(!empty($section['product_cta']['text']) && !empty($section['product_cta']['url']))
Sysfarma automatiza esto

{{ $section['product_cta']['text'] }}

{{ $section['product_cta']['label'] ?? 'Conoce cómo →' }}
@endif @if(!empty($section['related_links']))

Relacionado: @foreach($section['related_links'] as $rl){{ $rl['text'] }}@if(!$loop->last) · @endif @endforeach

@endif
@endforeach @if(!empty($post['faqs']))

Preguntas frecuentes

@foreach($post['faqs'] as $faq)

{{ $faq['a'] }}

@endforeach
@endif @if(!empty($post['cta']))

{{ $post['cta']['title'] }}

{{ $post['cta']['text'] }}

Solicitar demo por WhatsApp Conocer Sysfarma
@endif