@if(count($articles) > 0) @foreach($articles as $article)
{{ $article->subject }}
@endforeach @endif