@if($news->images)
@if(count($news->images) == 1)
@else
{{-- @endif --}}
@if($news->podcast)
@include('widgets/podcastplayer', ['podcast' => $news->podcast])
@endif
@if($news->source && $news->source->show)
@endif
{{--
@include('widgets/share')
--}}
{{-- --}}
@endforeach
@endif
@endif
{{-- @if($news->type == "nhnieuws") --}}
{{-- @include('partial/nh_story', ['content' => $news->content]) --}}
{{-- @elseif($news->type == "artikel") --}}
{{-- @include('partial/block_story', ['content' => $news->content]) --}}
{{-- @else --}}
{!!$news->content!!}
Bron: {{$news->source->title}}