{{ \Illuminate\Support\Str::limit($product->name, 40, $end='...') }}
@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