{{-- @foreach ($otherArticles as $article)
{{ $article->user->name }}
{{ $article->title }}

@endforeach --}}

Most Popular in Opinion


@foreach ($otherArticles as $article)

{{ $article->category ? $article->category->name : ' ' }}

{{ $article->user->name }}
{{ $article->title }}
{{ $article->created_at->format('F j, Y') }}
@endforeach