@extends('dompdf.LayoutBoostrapOnly') @section('content')
| Rack | SKU | Barcode | Product | QTY/Perorder | QTY Total |
| {{$value->rack_name}} | {{$value->sku}} | {{ $value->barcode }} | {{$value->product_name}} | {{number_format(($value->qty*$value->product_qty),0,',','.')}} | {{number_format(($value->total_qty),0,',','.')}} |