@if($productt->brand->status == 1 && $productt->brand->name !== __('Deleted'))

{{$productt->brand->name}}

@endif @if(!empty($productt->whole_sell_qty))

{{ __("Wholesell") }}

@foreach($productt->whole_sell_qty as $key => $data1) @endforeach
{{ __("Quantity") }} {{ __("Discount") }}
{{ $productt->whole_sell_qty[$key] }}+ {{ $productt->whole_sell_discount[$key] }}% {{ __("Off") }}
@endif