{{ str_replace('App\Models\\', '', get_class($item)) }} - {{ $item->name }}

@if(!empty($item->started_at))

{{ $item->started_at->format('d') }} {{ get_month_date($item->started_at) }} {{ $item->started_at->format('Y') }} @if($author = $item->author) - {{ $author->name }}, {{ $author->title }} @endif

@endif

{{ $item->description }}

@lang('base.readMore')