@if(count($conferences)) @foreach($conferences as $conference) @if($conference->id == $firstEventId) @continue @endif

{{wordLimit($conference->title, 8)}}

{{date('d M Y', strtotime($conference->start_end))}}

{!! wordLimit(stripText($conference->description, 100)) !!}

{{__('main.read_more')}}
@endforeach @else
{{--
{{__('conferences.no_conferences_to_shown')}}
--}} @endif