{{__('texte.objects_arr.print_prices.prices_for')}}: {{$object->contragent->company_name ?? $object->contragent->user->name}} / {{__('texte.objects_arr.print_prices.object')}}: {{$object->user->name}}
@foreach($products as $product)
@endforeach
{{__('texte.objects_arr.print_prices.id')}} |
{{__('texte.objects_arr.print_prices.barcode')}} |
{{__('texte.objects_arr.print_prices.producer')}} |
{{__('texte.objects_arr.print_prices.product')}} |
{{__('texte.objects_arr.print_prices.forming_price')}} |
{{__('texte.objects_arr.print_prices.value')}} |
{{__('texte.objects_arr.print_prices.discount')}} |
{{__('texte.objects_arr.print_prices.client_price')}} |
{{$product->id}} |
{{$product->data['product']['piece_barcode']}} |
{{$product->producer->name ?? 'N/A'}} |
{{$product->name}} |
{{$product->data['price_type_string']}} |
{{$product->data['forming_price']}} |
{{$product->data['discount']}} |
{{$product->data['price']}} |