Event Details

@if($event->images->count())
{!! Markdown::parse($event->description) !!}
{{$event->title}}
@else
{!! Markdown::parse($event->description) !!}
@endif