@lang("Public_ViewEvent.event_details")

@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')
{{$event->title}}
@endif @if ($event->images->count() && $event->event_image_position == 'before')
{{$event->title}}
@endif
{!! md_to_html($event->description) !!}
@if ($event->images->count() && $event->event_image_position == 'right')
{{$event->title}}
@endif @if ($event->images->count() && $event->event_image_position == 'after')
{{$event->title}}
@endif