@php $branch_address = "{$order->branch->name} Location
{$order->branch->street}
{$order->branch->city}, {$order->branch->state} {$order->branch->zip}

"; $branch_phone = $order->branch->phone; $customer_name_code = $order->client->first_name . " - " . $order->client->document; @endphp
BILL TO

{!!$customer_name_code!!}
@if($order->address) {{$order->address->street}} {{$order->address->street_2}}
{{$order->address->city}}, {{$order->address->state?->code}} {{$order->address->zip_code}} @endif

qr

{!!$branch_address!!}{!!$branch_phone!!}
sales@igt-glasshardware.com

SHIP TO

{!!$customer_name_code!!}
@if($order->address) {{$order->address->street}} {{$order->address->street_2}}
{{$order->address->city}}, {{$order->address->state?->code}} {{$order->address->zip_code}}
{{$order->phone}} @endif

Sales Order #{{ $order->code }}
Created on: {{ \Carbon\Carbon::create($order->creation_date)->format('m/d/Y g:i a') }}
{{-- Order data--}}
Taken by P.O. Number Payment Terms Shipping Type Prepared by Sales Order #
@if( in_array($order->order_type_id, [6,7]) ) {{ $order->orderType->name }} @else {{ $order->admin->first_name }} {{ $order->admin->last_name }} @endif {{$order->bo_purchase_order}} {{$order->client->boPaymentTermType->name}} {{$order->boShippingType->name}} {{$order->deliveryManCollected?->first_name}} {{$order->deliveryManCollected?->last_name}} #{{ $order->code }}
{{-- Order items --}} @php $total_items = 0; @endphp @foreach($order->orderProducts as $order_product) @php $total_items += $order_product->quantity; @endphp @endforeach
Item # Description Unit Price Qty Amount
{{$order_product->products->plu}} {{$order_product->products->name}}
@if($order_product->variation_discount_applied) ***(Note: Mixed finish volume discounts are final sale)*** @endif
@if ( $order_product->price < $order_product->price_bruto) ${{ number_format($order_product->price_bruto, 2) }} @endif ${{ number_format($order_product->price, 2) }} {{$order_product->quantity}} ${{ number_format($order_product->price * $order_product->quantity, 2)}}
Return Policy:
  • All returns/exchanges must be made within 30 days of the original purchase date or a 15% restocking fee will be applied.
  • Products must be in the original packaging and in the same condition as when purchased.
  • Glazing Supplies/Tools are final sales with no exceptions.
  • There are no refunds issued for returned items. Only store credit will be applied to your account for future purchases.
  • Refunds for returned products with volume discounts are based on regular prices if the return quantity breaks the discount rule.
  • Special Orders are not returnable.
  • Purchasing multiple finishes of the same product with our volume discount disqualifies those items from being returned.
@if($order->payment_type_id == 3) @elseif(in_array($order->payment_type_id, [1,6])) @endif @if($order->bo_balance_used > 0) @endif @if($order->payment_type_id != 7 && $order->payment_type_id != 8) @endif
Subtotal ${{ number_format($order->subtotal, 2) }}
Sales Tax ${{ number_format($order->tax, 2) }}
Freight ${{ number_format($order->cost_delivery, 2) }}
Invoice Total ${{ number_format($order->total_price, 2) }}
Payment method {{ $order->getCardTypeDescription() }} {{ $order->getCardNumber(8) }} Payment method {{$order->paymentType->name}}
Used Credit ${{ number_format($order->bo_balance_used, 2) }}
Total Paid ${{ number_format($order->total_price - $order->bo_balance_used, 2) }}
Warranty:

IGT Offers a (3)years warranty from the date of sale to IGT’s customers, the warranty is against material and workmanship defects. All warranty claims are subject to inspection prior to refund or replacement. Warranty will not apply if it is determined that the product was not properly installed and/or maintained based on IGT’s instructions and guidelines.