@extends('layouts/sidebar') @section('title') {{$event->title}} @endsection @section('breadcrumb') @endsection @section('content') @php($imgBase = 'https://nhgooi.nl')
@if($event->podcast) @include('widgets/mediaplayer')
@endif
@if($event->images) @if(count($event->images) == 1)
{{$event->images[0]->title}}
{{$event->images[0]->title}} @if(isset($event->images[0]->author)) {{$event->images[0]->author}} @endif
@else
    @foreach($event->images as $image)
  • {{$image->title}}
@endforeach
@endif @endif @if(is_array($event->content)) @include('partial/nh_story', ['content' => $event->content]); @else

{!!$event->content!!}

@endif @include('widgets/share')
@endsection