Zenorex

Quotation #{{ $order->reference }}

Thank you for your inquiry!

We're getting your final quotation ready. We will notify you when it has been sent.

Quotation Summary

@php use App\Models\Products; $products = Products::all(); $items = json_decode($order->items); $quantities = json_decode($order->quantity); @endphp @if ($items && $quantities) @foreach ($items as $index => $item) @php $matchedProduct = $products->firstWhere('model', $item); @endphp @if ($matchedProduct)

{{ $item }} x {{ $quantities[$index] }}

X-Sense - Standalone Smoke Alarms

₱{{ number_format($matchedProduct->price, 2) }}

@endif @endforeach @endif

Subtotal

₱{{ number_format($order->total_amount, 2) }}

Shipping and Handling

TBA

Customer Information

Personal Information

{{ $order->personalFirstname }} {{ $order->personalLastname }}

{{ $order->personalCompanyname }}

{{ $order->personalEmail }}

{{ $order->personalNumber }}

Shipping Information

{{ $order->shipFirstname }} {{ $order->shipLastname }}

{{ $order->shipAddress }}

{{ $order->shipNumber }}

Billing Information

{{ $order->billFirstname }} {{ $order->billLastname }}

{{ $order->billAddress }}

{{ $order->billNumber }}