@if(!$items->isEmpty()) @foreach($items as $item)
@if(!empty($item->date)) {{ format_date($item->date, true) }} @endif @if(!empty($item->title))

@title($item->title)

@endif
@if(!empty($item->type))
@lang('frontend.article_type_' . $item->type)
@endif @if($type == 'news' && !empty($item->author)) {{ $item->author }} @endif @if($item->content || $item->details || $item->layout_type == "blocks") @lang('frontend.read_more') @elseif($type == 'publications' && !empty($item->pardot_url)) $item->title, "url" => $item->pardot_url ])) }}" data-controller="components/form-modal" data-popupid="download-modal" > @lang('frontend.download') @endif
@if($item->media)
{!! getMediaImg($item->media, '800x500', htmlspecialchars($item->title)) !!}
@endif
@endforeach @endif