@php $pdata=getProductInfo($product); @endphp
@if($product->is_new==1)
New
@elseif($product->is_top==1)
Top
@endif
visibility @if(!$product->is_variant)
@csrf
@else shopping_cart @endif
{{ \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