@extends('layouts.pdf')
{{-- First row of header--}}
TOP NOTCH
{{$order->order_type}}
{{$order->orderDatePdf()}}
Order Date:
{{-- 2nd row of header --}}
Order Form
RUSH
Event
{{$order->dueDatePdf()}}
Date Required:

{{$order->customer->company_name}}
New Art
Repeat
Digitizing
PO#
{{$order->customer_po}}
Purchased Garments
@foreach($order->orderProducts as $product) @endforeach
SKU Product Name Color XS S M L XL 2XL 3XL OSFA Total
{{$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()}}
TOTAL QUANTITY: {{$order->totalProductQuantity}}
@foreach($order->productServices as $service) @endforeach
Placement & Service Logo Name & Instructions Width Height QTY
{{$service->placement}}

{{$service->serviceFile->code}}
{{$service->serviceFile->name}}

{{$service->notes}}
{{$service->serviceFile->width}} {{$service->serviceFile->height}} {{$service->amount}}
{{$order->notes}}