@extends('layouts/full') @include('widgets/mediaplayer') @section('title') {{$podcast->title}} @endsection @section('breadcrumb') @endsection @push('scripts') @endpush @section('content') @parent url . "?auth=" . $podcast->auth ); $popoutUrl = url('luister/fragment/' . $podcast->url . '?auth=' . $podcast->auth ); ?>

Fragment gemist

{!!$podcast->content!!}

@if(count($related) > 1)

Meer uit deze uitzending

Meer {{$podcast->program->name}} @endif

Meer fragmenten

@endsection