@extends('layouts/full') @section('title') Fragment gemist @endsection @section('page_class') post_container @endsection @section('breadcrumb') @if(isset($program)) @else @endif @endsection @section('content')
@if(isset($program))

{{$program->name}}

← Toon alles Programmainfo

@else

Hele uitzendingen kunt u binnen twee weken terugluisteren via programma gemist.

@endif @if(isset($podcasts))

@include('partial/podcastitems', [ 'id' => null, 'li' => [ 'class' => 'col-12 col-md-6' ], 'content' => [ 'class' => 'box full_width flex-column d-flex', 'style' => 'height: 300px' ], 'ul' => [ 'class' => 'row overview' ], 'body' => [ 'show' => true, 'class' => 'clipText' ], 'actionButton' => [ 'class' => 'd-flex flex-column justify-content-end flex-grow-1' ], 'showAction' => true, 'podcasts' => array_slice($podcasts, 0, 8), 'isPodcast' => $isPodcast])
@else

Er zijn geen fragmenten beschikbaar.

@endif
@endsection