@extends('page') @section('title') Regioagenda | {{$event->title}} @endsection @section('content')

{{$event->title}}

@if($event->images && count($event->images) > 0) @if(!$event->images[0]->title) @php($event->images[0]->title = $event->title) @endif
@endif

{{$event->region}} - {!!$event->content!!}

@if($event->podcast)

Fragment

{{ Formatter::relativeDate($event->podcast->created) }} uitgezonden @if($event->podcast->program) in {{ $event->podcast->program->name }} @endif

Meer over dit fragment

@endif @endsection