@extends('page') @include('_mediaplayer') @section('title') Fragment gemist | {{$podcast->title}} @endsection @push('scripts') @endpush @section('content') url . "?auth=" . $podcast->auth ); $popoutUrl = url('luister/fragment/' . $podcast->url . '?auth=' . $podcast->auth ); ?>

Fragment gemist

{{$podcast->title}}

{!!$podcast->content!!}

@if(count($related) > 1)

Meer uit deze uitzending

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

Meer fragmenten

@endsection