@foreach($products as $product)
{!! BaseHelper::clean(Str::limit($product->trans('description'), 200)) !!}