₹{{$item['discount']}}
₹{{$item['price']}}
@php
$product=App\Models\Product::where('id',$item['product_id'])->first();
$attribute=getAttributes($product->category_id);
@endphp
@if(count($attribute)>0)
@foreach($attribute as $attr_data)
@endforeach
@endif