{{$productt->brand->name}}
@if($productt->brand->status == 1 && $productt->brand->name !== __('Deleted'))
@endif @if(!empty($productt->whole_sell_qty))| {{ __("Quantity") }} | {{ __("Discount") }} |
|---|---|
| {{ $productt->whole_sell_qty[$key] }}+ | {{ $productt->whole_sell_discount[$key] }}% {{ __("Off") }} |