{!! $shareComponent !!}
@if (count($events)>0) @foreach ($events as $item) @if ($item->eventType_id=='1')

{{ \Illuminate\Support\Str::limit($item->title, 15, $end='...') }}

{{ \Illuminate\Support\Str::limit($item->intro, 15, $end='...') }}

Read More
@elseif($item->eventType_id=='2')
@if ($item->event_presentation=='1') @elseif($item->event_presentation =='2') @else @endif

{{ \Illuminate\Support\Str::limit($item->title, 15, $end='...') }}

{{ \Illuminate\Support\Str::limit($item->intro, 15, $end='...') }}

@if ($item->event_presentation=='1') Read More @elseif($item->event_presentation =='2') Read More @else @endif
@else

{{ \Illuminate\Support\Str::limit($item->title, 15, $end='...') }}

{{ \Illuminate\Support\Str::limit($item->intro, 15, $end='...') }}

Read More
@endif @endforeach @else

No {{ $title }} Added Yet

@endif