Batch Relation Report


Name
{{$product->productName}}
Code
{{$product->productCode}}
PO Number
{{$order->poNumber}}
Lot Number
{{$order->batchNo}}
Mfg Date
{{\Illuminate\Support\Carbon::parse($order->makeDate)->format('d/m/Y')}}
Exp Date
{{\Illuminate\Support\Carbon::parse($order->validDate)->format('d/m/Y')}}
Created Date
{{\Illuminate\Support\Carbon::parse($order->createTime)->format('d/m/Y')}}
Created By
{{$operation}}
Status
{{$order->estate}}
Line Name
{{$line}}

@foreach($items as $item) @endforeach
GTIN Level Pending With Parent Without Parent Accepted Rejected Unused Sampled Destroyed Total
{{$item->resCode}} {{$item->levelCode}} {{$item->pending}} {{$item->withParent }} {{$item->withoutParent}} {{$item->unused }} {{$item->accepted}} {{$item->sampled}} {{$item->destroyed}} {{$item->rejected}} {{$item->total}}