|
Golden Era Consumer Durables
1299, 2nd Floor, 41st Cross, 25th Main Rd,
Jayanagara 9th Block, Jayanagar, Bengaluru, Karnataka 560056, India |
PROFORMA INVOICE
|
|
Billed To
{{ $order->user_name }} @if($order->user_email)Email: {{ $order->user_email }} @endif @if($order->user_phone)Phone: {{ $order->user_country_code ? '+' . $order->user_country_code . ' ' : '' }} {{ $order->user_phone }} @endif {{-- NEW FIELDS ADDED BELOW --}} @if(!empty($order->user_payment_type))Payment Type: {{ $order->user_payment_type }} @endif @if(!empty($order->user_payment_id))Payment ID: {{ $order->user_payment_id }} @endifPayment Status: {{ ucfirst($order->user_payment_status ?? 'pending') }} |
Billing Address
{{ $order->user_name }} Address: {{ $order->user_address }} City: {{ $order->user_city }} State: {{ $order->user_state }} Pincode: {{ $order->user_pincode }} Country: {{ $order->country }} |
| Sl. No. | Product | Unit Price | Qty | Line Total |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->product_name }} @if($item->product_category) {{ $item->product_category }} @endif |
{{ invCurrency($symbol, $shortcut, $unitPriceConv) }} | {{ $qty }} | {{ invCurrency($symbol, $shortcut, $lineSubtotalConv) }} |
| No products found. Products may have been cancelled. | ||||
| Sub Total | {{ invCurrency($symbol, $shortcut, $subtotalConverted) }} |
| Discount | - {{ invCurrency($symbol, $shortcut, $discountConv) }} |
| Shipping Charge | {{ invCurrency($symbol, $shortcut, $shippingTotal) }} |
| Grand Total | {{ invCurrency($symbol, $shortcut, $grandTotalConv) }} |