{!! \Illuminate\Support\Str::limit($product->name, 40, $end='...') !!}
@for($i = 0; $i < 5; $i++)
@endfor
@if($product->last_date > now() && $product['promotion_price'] != null)
{{ $product['promotion_price']}} Tk
{{ $product['price']}} Tk
@else
{{ $product['price']}} Tk
@endif
@if(!$product->is_variant)
@else
@endif