@foreach($products as $product)

{{ $product->title }}

{{ substr(strip_tags($product->description), 0, 100) }}

{{ format_price($product->price) }}

{{ trans('messages.automation.buy_now') }}
@endforeach