@if($articles->count()) @foreach($articles as $article)
@include('web.articles._article_card')
@endforeach @endif