@foreach($listing->items() as $k => $n )
{!! isset($n->description) && $n->description ? strip_tags($n->description) : '' !!}