@if(!empty($posts))
@foreach($posts as $item)
@include('._particles._lists.items_list', ['listtype' => 'b','descof' => 'on', 'setbadgeof' => 'off', 'linkcolor' => 'default'])
@endforeach
@if($posts->nextPageUrl())
-
{{ trans('updates.loadmore') }}
@endif
@endif