@foreach($podcasts as $podcast) url; ?>
  • {!!$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->image->title}} @endif
  • @endforeach