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

{{$program->name}}

← Toon alles Programmainfo

@else

U kunt programma's terugluisteren tot twee weken na uitzending. Items blijven onbeperkt beschikbaar via fragment gemist.

@endif @if(isset($programs))

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

Er zijn geen fragmenten beschikbaar.

@endif
@endsection