@php use Carbon\Carbon;use chillerlan\QRCode\QRCode; @endphp Ordem Separacao - {{$pickingOrder->getKey()}}

Pré-fatura: {{$pickingOrder->stockIO->integration->parameters['NUMANE'] ." / ". $pickingOrder->stockIO->integration->parameters['NUMPFA']}}Tarefa de separação #{{$pickingOrder->getKey()}} Tarefa: {{$position}}

Responsável:{{$pickingOrder->responsible->name}}
Time:{{strtoupper($pickingOrder->stockIO->team?->description)}}
Cliente:{{$customer->description}}
Código Cliente:{{$customer->integration->parameters['integration_code']}}
Data Faturamento: @if($pickingOrder->stockIO->integration->parameters['PRVFAT']) {{Carbon::create($pickingOrder->stockIO->integration->parameters['PRVFAT'])->format('d/m/Y')}} @else - @endif
qrcode
@if($withItems)
@foreach($pickingOrder->stockIOProducts as $index => $product) @php $odd = $index % 2 === 0; @endphp $product->picked, 'odd' => $odd])> $product->picked, 'odd' => $odd, 'observation'])> @if(($observation = $product->pickedItems?->pluck('observation')->implode(', ')) != '') @endif @endforeach
Seq.Pre. Cod.Ref. Descrição Sep/Tot Un Peso(KG)
{{$product->integration->parameters['SEQPES']}} {{$product->product->integration->parameters['integration_code']}} {{$product->product->description}} {{ number_format($product->totalPicked(), 2, ',', '.') }}/{{number_format($product->amount, 2, ',', '.')}} {{$product->product->unitMeasurement->name}} {{ number_format($product->totalWeight(), 2, ',', '.') }}
Observações: {{$observation}}
@if($orderDetails)
@foreach($orderDetails as $orderDetail) @foreach($orderDetail as $title => $detail)

{{$title}} {{$detail}}

@endforeach @endforeach
@endif
@endif