@foreach($listing->items() as $k => $v )
{!! isset($v->description) && $v->description ? strip_tags(Str::limit($v->description,215)) : '' !!}