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

{{$news->title}}

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

{{$news->region->title}} - {!!$news->content!!}

@if($news->source && $news->source->show)

Bron: {{$news->source->title}}

@endif @if($news->podcast)

Fragment

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

Meer over dit fragment

@endif

Meer nieuws

{{$news->region->title}} {{$news->theme->title}}

@endsection