@if ($article)
@if ($article->title)

{{ $article->title }}

@endif @if ($article->subtitle)

{{ $article->subtitle }}

@endif @include('frontend.partials.reusables.social')
@if(isset($article->link) && !empty($article->link) && $article->link != "")
@if ($article->image)
@endif
@if($article->link_title)

{{ $article->link_title }}

@endif @if($article->link_subtitle)
{{ $article->link_subtitle }}
@endif
@endif
@if($article->content) {{ $article->content }} @endif
Ler mais
@endif