@foreach($podcasts as $podcast) url; $popoutUrl = route('luister.podcast') . $podcast->url . '?auth=' . $podcast->auth; ?>
  • {!!$podcast->titleWithoutProgram()!!}

    @if ($podcast->program) {{$podcast->program->name}} @endif {{Formatter::relativeDate($podcast->created)}}

    {!!$podcast->content!!}

    Luister in nieuw venster
  • @endforeach