@foreach($products as $product)
{{ \Illuminate\Support\Str::limit($product->name,25) }}
@endforeach