@extends("app") @section('head_title', trans('updates.reaction.'.$reaction) .' | '.getenvcong('sitename') ) @section('head_description', trans('updates.reaction.'.$reaction) ) @section("content")
@if($lastItems->total() > 0)
@foreach($lastItems as $k => $item) @include('pages.catpostloadpage') @endforeach
@else @include('errors.emptycontent') @endif
{!! $lastItems->render() !!}
@endsection