@if($article->image_path != null || $article->description != "")
merge(['class' => 'd-flex p-3 mx-1 my-2 bg-white rounded shadow-sm mt-2']) }} >
@if($article->image_path != null) url($article->image_path)) }}" target="_blank"> url($article->image_path)) }}" style="max-width:250px; max-height:250px;"> @endif {!! $article->description !!}
@if($article->image_path != null) @endif
{!! $article->description !!}
@endif