{!!$podcast->titleWithoutProgram()!!}
@if ($podcast->program)
{{$podcast->program->name}}
@endif
created) . (isset($showTime) && $showTime ? ' om ' . $podcast->published->format('H:i') : ''); ?>
{{$time}}
@if(isset($showImage) && $showImage && $podcast->image)
{!!$podcast->content!!}
@endif
@if(isset($showAction) && $showAction)
@endif