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

    • {{ Formatter::relativeDate($podcast->created) }}
    @if($podcast->image) {{$podcast->image->title}} @endif

    {!! $podcast->content !!}

    Luister in nieuw venster
  • @endforeach