@foreach ($article_list as $k => $v)
@endforeach
{{ $v->title }}
@for ($x = 0; $x < $v->score; $x++)
@endfor
{{ $v->summary }}
{{ $v->issuer }}
{{ $v->date }}