@php $articles = App\Models\Article::getPublishedArticle(); @endphp
@if (!empty($articles))
Recent Articles
@foreach ($articles as $article)
@php $author = App\Models\User::getUserDataByID($article->corresponding_author_id); @endphp
-
@endforeach
@endif