@foreach($products as $product)
{{ $product->title }}
{{ substr(strip_tags($product->description), 0, 100) }}
{{ format_price($product->price) }}