Geology Logo

Order Confirmed

Order Details

Order ID: {{ $order->payment_reference }}
Order Date: {{$order->created_at->format('D - d F, Y') }}
Status: {{ $order->order_status }}

Customer Information

Name: {{ $order['billingAddress']->first_name }} {{ $order['billingAddress']->last_name }}
Email: {{ $order['billingAddress']->email }}
Phone: {{ $order['billingAddress']->contact }}
Shipping Address: {{ $order['billingAddress']->address }}
{{ $order['billingAddress']->city }}, {{ $order['billingAddress']->state }}, {{ $order['billingAddress']->country }}
{{ $order['billingAddress']->pincode }}

Product Information

@foreach($order->orderDetails as $item) @endforeach
# Product Style Quantity Price
{{ $loop->iteration }} {{ $item->product->name }} {{ $item->productDetails->style }} ({{ $item->productDetails->size }} carats) {{ $item->quantity }} ${{ number_format($item->quantity * $item->productDetails->price) }}

Payment Information

Transaction ID: {{ $order->payment->payment_id }}
Amount: ${{ number_format($order->payment->amount) }}
Payment Status: @if($order->payment->payment_status=="[capture-received]") Paid @else Pending @endif
Payment Method: {{ $order->payment->payment_method }}
{{-- Order Confirmation
Geology Logo
Order ID: ORDER-670FACBAA5023
Date: Thu, 17 October 2024
Status: Confirmed
Customer: Dev Patel
Email: l8m7g@nynna.com
Product Qty Price
Sapphire (22 carats) 1 $200
Diamond (22 carats) 3 $45,000
Total: $45,200
Payment: Paid (Card)
--}}