@if ($calendars->count() > 0)
@foreach($calendars as $calendar)

{{$calendar->programme->title}}

{{$calendar->programme->starts_at->setTimezone('Europe/London')->format('jS F')}}
{{$calendar->programme->starts_at->setTimezone('Europe/London')->format('H:i')}} - {{$calendar->programme->ends_at->setTimezone('Europe/London')->format('H:i')}}
@endforeach
Download ICal Calendar @endif