Tyler
PRINT CREW Goods REC'D ORDER DATE TOTAL # OF BOXES
{{$order_d_yellow->print_crew ?? ""}} {{$order_d_yellow->goods_rec ?? ""}} {{date("m/d/Y", $order->time_id)}} {{$order_d_yellow->boxes ?? ""}}
Ship To
Name {{$client_details["company_name"]}}
Company {{$client_details["company_name"]}}
Address {{$client_details["address"]}}
PRODUCTION SAMPLE EVENT
{{$order_d_yellow->production_sample ?? ""}} {{$order->event ?? ""}}
Customer
CUSTOMER P.O # SHIP DATE OTHER INFO PALLETIZE
{{$client_details["company_name"]}} {{$order->order_number}} {{date("m-d-Y", $order->ship_date)}} {{$client_details["sales_rep"]}} {{$order_d_yellow->palletize ?? ""}} {{$order_d_yellow->palletize_opt?? ""}}
IN HANDS DESIGN SHIP ACCNT DATE SHIPPED
{{$order_d_yellow->in_hands ?? ""}} {{$order_d_yellow->design ?? ""}} {{$order_d_yellow->ship ?? ""}} {{$order_d_yellow->acct ?? ""}} {{$order->ship_date > 0 ? date("m-d-Y", $order->ship_date) : "-"}}
@if(count($order_d_yellow_inks) > 0) {{-- @if(false) --}} @php $table_header_arr = []; $table_body_arr = []; $keys_arr = []; @endphp @foreach ($order_d_yellow_inks as $order_d_yellow_ink) @php $table_header_arr[$order_d_yellow_ink->key] = $order_d_yellow_ink->location_number; $table_body_arr[$order_d_yellow_ink->key] = json_decode($order_d_yellow_ink->ink_colors, true); $keys_arr[] = $order_d_yellow_ink->key; @endphp @endforeach @foreach ($order_d_yellow_inks as $order_d_yellow_ink) @if($loop->first ) @endif @endforeach
{{$order_d_yellow_ink->location_number}} {{$order_d_yellow_ink->color_per_location}} @foreach ($table_header_arr as $kk=>$name) @endforeach @foreach ($table_header_arr as $kk=>$name) @endforeach @foreach ($keys_arr as $column_key) @php $index= 0; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 1; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 2; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 3; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 4; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 5; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 6; @endphp @endforeach @foreach ($keys_arr as $column_key) @php $index= 7; @endphp @endforeach
{{$name}}
INK COLORS
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
{{$table_body_arr[$column_key]['"'.$index.'"']}}
@else
Full Back
INK COLORS
@endif
Film Number @php $sub_total = 0; $grand_total = 0; $tax_percent = 0; $flag = (isset($invoice_details["adult_sizes"]))?1:0; $flag += (isset($invoice_details["baby_sizes"]))?1:0; $initializer = 0; @endphp @foreach ($invoice_details as $size=>$invoice) @php $initializer++; @endphp @if($size == "adult_sizes") @elseif($size == "baby_sizes") @endif @foreach ($invoice as $product_name=>$invoice_detail) @foreach ($invoice_detail as $color=>$detail) @php $r_total = 0; $total_qty = 0; $fixed_sizes_qty = 0; $fixed_size_price = 0; $fixed_sizes = ""; foreach ($detail as $size=>$value){ if(in_array($size, $fixed_adult_sizes) || in_array($size, $fixed_baby_sizes)){ $fixed_sizes_qty = $fixed_sizes_qty+$value["pieces"]; $fixed_size_price = $value["price"]??0; $fixed_sizes .= $size."(".$value["pieces"].") "; }else{ $qty = $value["pieces"]??0; $price = $value["price"]??0; $r_total += ($qty*$price); $total_qty += $qty; } } $total_qty += $fixed_sizes_qty; $r_total +=($fixed_sizes_qty*$fixed_size_price); $sub_total += $r_total; @endphp @endforeach @endforeach
Description XS-XL 2XL 3XL 4XL 5XL 6XLDescription OSFA-18M 2T 3T 4T 5T 6T
Brand & Sizes
Garment Color
{{ $product_name }}
{{$color}} {{$fixed_sizes}}
{{($fixed_sizes_qty>0)?$fixed_sizes_qty:""}}
{{ (isset($detail["2XL"]["pieces"]))?$detail["2XL"]["pieces"]:""}}
{{ (isset($detail["2XL"]["price"])) ? "$".$detail["2XL"]["price"] : ""}}
{{ (isset($detail["3XL"]["pieces"]))?$detail["3XL"]["pieces"]:""}}
{{ (isset($detail["3XL"]["price"])) ? "$".$detail["3XL"]["price"] : ""}}
{{ (isset($detail["4XL"]["pieces"]))?$detail["4XL"]["pieces"]:""}}
{{ (isset($detail["4XL"]["price"])) ? "$".$detail["4XL"]["price"] : ""}}
{{ (isset($detail["5XL"]["pieces"]))?$detail["5XL"]["pieces"]:""}}
{{ (isset($detail["5XL"]["price"])) ? "$".$detail["5XL"]["price"] : ""}}
{{ (isset($detail["6XL"]["pieces"]))?$detail["6XL"]["pieces"]:""}}
{{ (isset($detail["6XL"]["price"])) ? "$".$detail["6XL"]["price"] : ""}}
@endforeach
Alpha# {{$order_d_yellow->alpha ?? ""}}
S&S# {{$order_d_yellow->s_and_s ?? ""}}
SANMAR# {{$order_d_yellow->sanmar ?? ""}}
Total
{{$client_details["projected_units"]}}
Any Rejects OR Shortages {{$order_d_yellow->is_rejected}}
Notes {{$order_d_yellow->notes ?? ""}}