{{-- Title: Info Cards 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 $cards = get_field('cards_wrapper'); $fixHeight = get_field('fix_height_homepage'); @endphp
@foreach ($cards as $card) @php $title = str_replace(['

', '

'], '', $card['title']); @endphp
{!! $title !!}
@if($card['cover'])
@endif
{!! $card['description'] !!}
@if($card['link']) {{ $card['link']['title'] }} @endif
@endforeach