-
@if($articles->total()>0)
@foreach($articles as $k=>$v)
-
$v->id])}}'">
{{cut_str(strip_tags(htmlspecialchars_decode($v->title,ENT_QUOTES)),30,0,"...")}} {{date('Y-m-d',strtotime($v->created_at))}} {!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'130',0,'...') !!} 查看详情
@endforeach
@endif
{{ $articles->links('module.widgets.pagination') }}