@extends('layouts.pdf')
SKU | Product Name | Color | XS | S | M | L | XL | 2XL | 3XL | OSFA | Total | @foreach($order->orderProducts as $product)
---|---|---|---|---|---|---|---|---|---|---|---|
{{$product->sku}} |
{{$product->product_name}} | {{$product->color}} | {{$product->productSizes()->get()->where('size', 'xs')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', 's')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', 'm')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', 'l')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', 'xl')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', '2xl')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', '3xl')->first()->amount ?? ''}} | {{$product->productSizes()->get()->where('size', 'osfa')->first()->amount ?? ''}} | {{$product->totalQuantity()}} |
Placement & Service | Logo Name & Instructions | Width | Height | Unit | QTY | @foreach($order->productServices as $service)
---|---|---|---|---|---|
{{$service->placement}}
{{$service->serviceFile->code ?? ''}}
|
{{$service->serviceFile->name ?? ''}}
{{$service->notes ?? ''}}
|
{{$service->serviceFile->width}} | {{$service->serviceFile->height}} | {{$service->serviceFile->size_unit}} | {{$service->amount}} |