storehouse =='main') checked @endif>
storehouse =='private') checked @endif>
commission_type =='percentage') checked @endif>
commission_type =='fixed') checked @endif>




{{__('Product video')}}

@if(isset($product)&&isset($product['video']))
@endif

{{__('Images')}}

{{__('Drang and drop images')}}


{{__('Attributes')}}

@if(isset($product)) @php $count_attribute=0; $count_option=0; @endphp @foreach($product->attributes as $attribute) @php $count_attribute++; @endphp @endforeach @endif
{{__('Attribute')}} {{__('Options')}}
@foreach($attribute->options as $option) @php $count_option++; @endphp {{-- @miod 17 --}} @endforeach

{{__('Private product')}}

{{__('Only selected users will be shown the product')}}