@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