@if($data->video)
@elseif($data->image && file_exists(public_path('/').$data->image))
@else
@endif
{{date('d M, Y',strtotime($data->date)) ?? ''}} {{date('h:i A',strtotime($data->time)) ?? ''}}
{!!$data->title!!}
{!!$data->description!!}
@if($data->tags)
{{str_replace(',', ' ', $data->tags); }}
@endif
{{date('d M, Y',strtotime($data->date)) ?? ''}} {{date('h:i A',strtotime($data->time)) ?? ''}}
{!!$data->title!!}
{!!$data->description!!}
@if($data->tags)
{{str_replace(',', ' ', $data->tags); }}
@endif
{{date('d M, Y',strtotime($data->date)) ?? ''}} {{date('h:i A',strtotime($data->time)) ?? ''}}
{!!$data->title!!}
{!!$data->description!!}
@if($data->tags)
{{str_replace(',', ' ', $data->tags); }}
@endif