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

{{ $article->title }}

@endif @if ($article->subtitle)

{{ $article->subtitle }}

@endif
@if ($article->content) {{ $article->content }} @endif
@if ($article->image)
@if ($article->link) report cover @else report cover @endif
@if ($article->link_title)

{{ $article->link_title }}

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