@extends('layouts/sidebar')
@section('title')
Programma gemist
@endsection
@section('breadcrumb')
U kunt programma's terugluisteren tot twee weken na uitzending. Items blijven onbeperkt beschikbaar via fragment gemist.
@php($i = 0)
@foreach($programs as $program)
@if($i % 2 == 0)
@if($i > 0) @endif
@endif
program->url; ?>
end->diff($program->start);
$duration = 24 * $endStartDiff->d + $endStartDiff->h; ?>
-
@if($program->current)
Nu live!
@else
-
{{ Formatter::relativeDate($program->start) }}
van {{ $program->start->format('H:i') }} uur tot {{ $program->end->format('H:i') }} uur.
Luister terug
@endif
Meer informatie
{!! Formatter::excerpt($program->program->description, 200) !!}
@php($i++)
@endforeach
@if($i)
@endif
@endsection
@push('scripts')
@endpush
@push('styles')
@endpush