@if($event->images)
@if(count($event->images) == 1)
@else
@endif
{{--
@include('widgets/share')
--}}
@endforeach
@endif
@endif
@if(is_array($event->content))
@include('partial/nh_story', ['content' => $event->content]);
@else
{!!$event->content!!}