@php
$descriptionColSize = $event->images->count()
&& in_array($event->event_image_position, ['left', 'right'])
? '7' : '12';
@endphp
@if ($event->images->count() && $event->event_image_position == 'left')
@endif
@if ($event->images->count() && $event->event_image_position == 'before')
@endif
{!! md_to_html($event->description) !!}
@if ($event->images->count() && $event->event_image_position == 'right')
@endif
@if ($event->images->count() && $event->event_image_position == 'after')
@endif