@if(isset($article->link) && !empty($article->link) && $article->link != "")
@if ($article->image)
@endif
@if($article->link_title)
@endif
{{ $article->link_title }}
@endif @if($article->link_subtitle){{ $article->link_subtitle }}
@endif
@if($article->content)
{{ $article->content }}
@endif