@if(!$items->isEmpty()) @foreach($items as $item)
@if($item->media) {!! getMediaImg($item->media, '1200x627', htmlspecialchars($item->title)) !!} @endif
@if(!empty($item->end_date)) {{ event_date($item->date, $item->end_date) }} @else {{ format_date($item->date, true) }} @endif

@title($item->title)

@if(!empty($item->type)) @lang('frontend.article_type_' . $item->type) @endif @if($item->content || $item->layout_type == "blocks") @lang('frontend.read_more') @elseif(!empty($item->pardot_url)) $item->title, "url" => $item->pardot_url ])) }}" data-controller="components/form-modal" data-popupid="download-modal" > @lang('frontend.download') @endif
@endforeach @endif