{{ $order->order_type == 'Order' ? 'INVOICE' : 'QUOTE' }} |
Invoice #{{ $invoice_number }}{{ $order->delivery_type }} $order->payment_status == 'Paid'])>{{ $order->payment_status }} @if ($order->rush_order != null){{ $order->rush_order }} @endif |
Est. Completion Date:{{ $order->date_pick_or_ship_by->format('m/d/Y') }}Event Date:{{ $order->event_date->format('m/d/Y') }} |
|
Business Information |
Payment Method |
---|---|
Email: {{ $site_email }}
Phone: {{ $site_phone }}
J&M TROPHIES INC.
23372 MADERO RD #A
MISSION VIEJO, CA 92691
|
Payment Mode : {{ $order->payment_mode }}
@if ($order->payment_status == 'Paid')
Payment Status : Paid
@if ($order->payment_type == 'Cash')
Type : Cash
@elseif($order->payment_type == 'Purchase Order')
Type : Purchase Order
PO #:
{{ $order->purchase_order_number }}
PO Copy : Click to view
@elseif($order->payment_type == 'Check')
Type : Check
Check # : {{ $order->cheque_number }}
@elseif($order->payment_type == 'Credit Card')
Type : Credit Card
Last Four : {{ $order->payment?->last_four }}
Card Type : {{ $order->payment?->account_type }}
@endif
@else
Payment Status : Unpaid
@if ($order->payment_type == 'Purchase Order')
PO #:
{{ $order->purchase_order_number }}
@endif
@endif
|
Billing Details |
Delivery |
---|---|
@if ($order->billing_address?->company_name != null)
{{ $order->billing_address?->company_name }},
@endif
{{ $order->billing_address?->primary_contact_name }},
{{ $order->billing_address?->address_line_1 . ',' }}
@if ($order->billing_address?->address_line_2 != null)
{{ $order->billing_address?->address_line_2 . ',' }}
@endif
{{ $order->billing_address?->city . ', ' . $order->billing_address?->state?->name . ', ' . $order->billing_address?->zipcode }},
{{ $order->billing_address?->primary_contact_email }}
|
@if ($order->delivery_type == 'Shipping')
Type : {{ $order->delivery_type }}
{{ $order->shipping_address?->primary_contact_name . ', ' . $order->shipping_address?->phone_number }}
{{ $order->shipping_address?->primary_contact_email }}
{{ $order->shipping_address?->address_line_1 . ',' }}
@if ($order->shipping_address?->address_line_2 != null)
{{ $order->shipping_address?->address_line_2 . ',' }}
@endif
{{ $order->shipping_address?->city . ', ' . $order->shipping_address?->state?->name . ', ' . $order->shipping_address?->zipcode }}
@if ($order->tracking_number)
Tracking # : {{ $order->tracking_number }}
@else
{{ 'Tracking # : ' . ($order->tracking_number ?? 'N/A') }}
@endif
@elseif($order->delivery_type == 'Pickup')
Type : {{ $order->delivery_type }}
Location : {{ $order->pickLocation?->address }}
@endif
|
Order Description |
---|
{{ $order->description ?? 'N/A' }}
|
Item |
Personalization |
Price |
Qty. |
Eng. Fee |
Total Price |
---|---|---|---|---|---|
{{ $orderDetail->product_name }}
{{ $orderDetail->productPrice->supplier_prod_number ?? 'N/A' }}
|
{{ $orderDetail->notes ?? 'N/A' }}
|
${{ $orderDetail->price }}
|
{{ $orderDetail->quantity }}
|
${{ $orderDetail->engraving_fee_total ?? 0 }}
|
${{ $orderDetail->total_price_after_engraving }}
|
Payment Type |
Details |
Date |
Amount |
---|---|---|---|
{{ $partialPayment->payment_type }}
|
@if ($partialPayment->payment_type == 'Purchase Order')
PO #: {{ $partialPayment->purchase_order_number }}
@elseif($partialPayment->payment_type == 'Check')
{{ $partialPayment->cheque_number }}
@elseif($partialPayment->payment_type == 'Credit Card')
{{ $partialPayment->payment?->last_four }}
@else
N/A
@endif
|
{{ $partialPayment->created_at->format('m-d-Y') }}
|
${{ number_format($partialPayment->amount, 2) }}
|
Total
|
${{ number_format($partial_total, 2) }}
|