{{-- Title: Center Paragraph Description: WYSIWYG for the post & page Category: formatting Icon: columns Keywords: text Mode: edit Align: left PostTypes: page post SupportsAlign: full SupportsMode: true SupportsMultiple: true EnqueueStyle: EnqueueScript: EnqueueAssets: --}} @php $title = get_field('title'); $description = get_field('description'); $cta = get_field('cta'); $fix_margin_top = get_field('fix_margin_top'); $full_width = get_field('full_width'); $people_border = get_field('people_border'); @endphp
{{ $title }}
{!! $description !!}
@if ($cta) {{ $cta['title'] }} @endif