@extends('layouts/sidebar') @section('title') {{$program->name}} @endsection @section('page_class') grey_background page_container @endsection @section('site_container_class') grey_background @endsection @section('breadcrumb') @endsection @section('content')

{!!$program->description!!}

@endsection @section('sidebar') @php($now = new \DateTimeImmutable())

Komende week

@if(($next = $program->next) && count($next))
@else

Er staat komende week geen uitzending van {{$program->name}} gepland.

@endif

Terugluisteren

Uitzending

Fragmenten

U kunt uitzendingen tot twee weken geleden terugluisteren. Fragmenten blijven onbeperkt beschikbaar.

@if(($recent = $program->recent) && count($recent)) @endif

Fragmenten uit dit programma, zoals interviews, vindt u onder "Radio – Fragment gemist".

Bekijk alle fragmenten

@if($program->email)

Contact

{{$program->email}}@nhgooi.nl

@endif
@if(($hosts = $program->hosts) && count($hosts))
@endif @endsection