@extends('layouts/sidebar') @section('title') Fragment gemist @endsection @section('breadcrumb') @endsection @section('content') @parent
@if(isset($program))

{{$program->name}}

← Toon alles Programmainfo

@else

Hele uitzendingen kunt u binnen twee weken terugluisteren via programma gemist. @endif @if($podcasts)

@include('partial.podcastitems', ['podcasts' => $podcasts])
@push('scripts') @endpush @else

Er zijn geen fragmenten beschikbaar.

@endif @endsection @push('styles') @endpush