{{__('texte.products_arr.print_products.products')}}

@if(isset($show_prices) && count($show_prices)>0) @if(in_array(1,$show_prices)) @endif @if(in_array(2,$show_prices)) @endif @if(in_array(3,$show_prices)) @endif @if(in_array(4,$show_prices)) @endif @endif @foreach($products as $product) @if(isset($show_prices) && count($show_prices)>0) @if(in_array(1,$show_prices)) @endif @if(in_array(2,$show_prices)) @endif @if(in_array(3,$show_prices)) @endif @if(in_array(4,$show_prices)) @endif @endif @endforeach
{{strtoupper(__('texte.products_arr.print_products.id'))}} {{__('texte.products_arr.print_products.barcode')}} {{__('texte.products_arr.print_products.product_code')}} {{__('texte.products_arr.print_products.product')}} {{__('texte.products_arr.print_products.category')}} {{__('texte.products_arr.print_products.producer')}} {{__('texte.products_arr.print_products.mark')}} {{__('texte.products_arr.print_products.package')}} {{__('texte.products_arr.print_products.material')}} {{__('texte.products_arr.print_products.quantity')}} {{__('texte.products_arr.print_products.count')}}{{__('texte.products_arr.print_products.supply')}}{{__('texte.products_arr.print_products.base')}}{{__('texte.products_arr.print_products.single')}}{{__('texte.products_arr.print_products.recommend')}}
{{$product->id}} {{$product->piece_barcode}} {{$product->producer_code}} {{$product->name}} {{isset($product->category->parent->parent->name) ? $product->category->parent->parent->name.'/' : ''}}{{isset($product->category->parent->name) ? $product->category->parent->name.'/' : ''}}{{$product->category->name ?? ''}} {{$product->producer->name ?? ''}} {{$product->mark->name ?? ''}} {{$product->package->name ?? ''}} {{$product->material->name ?? ''}} {{isset($product->size->value) ? $product->size->value.($product->size->unit==0 ? 'л.' : 'кг.' ): ''}} {{$product->package_count}}{{number_format($product->price_supply*1.2,5,'.','')}}{{number_format($product->price_base*1.2,5,'.','')}}{{number_format($product->price_piece*1.2,5,'.','')}}{{number_format($product->price_recommend*1.2,5,'.','')}}