@if(!$items->isEmpty()) @foreach($items as $item)
@if($item->content || $item->layout_type == "blocks")

{{$item->title}}

@else

@title($item->title)

@endif
@if(!empty($item->end_date)) {{ event_date($item->date, $item->end_date) }} @else {{ format_date($item->date, true) }} @endif @if(!empty($item->author)) @lang('frontend.by') {{ $item->author }} @endif @if(!empty($item->location)) {{ $item->location }} @endif @if(!empty($item->type)) @lang('frontend.article_type_' . $item->type) @endif @if(!empty($eventsDetail->undertitle)) {{ $eventsDetail->undertitle }} @endif
{!! $item->summary !!} @if($item->content || $item->layout_type == "blocks")
@lang('frontend.read_more')
@endif
@endforeach @endif