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

Fragment gemist

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

{!!$podcast->content!!}

@if(count($related) > 1)

Meer uit deze uitzending

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

Meer fragmenten

@endif @endsection