@foreach ( $listPostByCategories as $value )
{{ $value->title }}
{{ GeoHelper::formatDate('Y-m-d H:i:s',$value->created_at,'d-m-Y') }}
{{ $value->sub_description }}
@endforeach
{{ $listPostByCategories->appends(Request::all())->links() }}