@if( $item->type=='quiz')
@elseif($item->featured_at !== null)
@else
{{ get_reaction_icon($item) }}
@endif
-
Facebook
-
Twitter
-
Whatsapp
-
Email
{!! $item->title !!}
{{ str_limit($item->body, 75) }}
{{ isset($item->shared->facebook) ? $item->shared->facebook : '0'}}
{{ isset($item->shared->whatsapp) ? $item->shared->whatsapp : '0'}}
{{ get_buzzy_locale()=="en" ? $item->published_at->format('j M, h:i A') : $item->published_at->diffForHumans() }}
@if(count($lastVideos)>0 and $k==4 and get_buzzy_config('p_buzzyvideos') == 'on')
@endif
@if(count($lastPolls)>0 and $k==9 and get_buzzy_config('p_buzzypolls') == 'on')
@endif
@if($k==0)
@include('_particles.widget.ads', ['position' => 'Homencolfirst', 'width' => 'auto', 'height' => 'auto'])
@endif
@endforeach