@if($product_list) @foreach ($product_list as $ck => $cv) @if(count($cv['product']) > 0 )

{{$cv['title']}}

@if(empty(Auth::guard('customer')->user()) || !empty(Auth::guard('customer')->user()) && Auth::guard('customer')->user()->is_business!=2) @endif @foreach ($cv['product'] as $pk => $products) @if(!empty($pk)) @endif @foreach($products as $pro) @php $vatprice = 0; @endphp @if($pro->vat_rate) @php $vatprice = round(selling_price($pro)*$pro->vat_rate/100,2); @endphp @endif @if(empty(Auth::guard('customer')->user()) || !empty(Auth::guard('customer')->user()) && Auth::guard('customer')->user()->is_business!=2) @endif @endforeach @endforeach
  @if($lang=='en') Product @else Produkt @endif@if($lang=='en') Sell @else Verkauf @endif@if($lang=='en') Buy @else Kauf @endif
@endif @endforeach @endif