@if($podcast == null) De podcast kan helaas (op dit moment) niet weergegeven worden. @else @include('widgets/mediaplayer') @if ($podcast) url . "?auth=" . $podcast->auth); $popoutUrl = route('luister.podcast') . $podcast->url . '?auth=' . $podcast->auth; ?>

{{$podcast->title}}

@if($podcast->image)
{{$podcast->image->title}}
@endif
{!!$podcast->content!!}
@endif @endif