@if ($step === 1)
@if (Gate::allows('admin-mode'))
@endif
@elseif ($step === 2)
@if ($article_news->title !== '')
{{ $article_news->title }}
@endif
@if ($article_news->description !== '')
{{ substr($article_news->description, 0, 150) . ' ...' }}
@endif
zoom_in
@if ($article_news->url !== '')
@endif
@include ('partials.validity')
@include ('partials.approvers')
@endif