Sydney Quality Meat

Order Confirmation

@if (isset($name) && !empty($name)) Dear, {{ $name }} @endif

Thank you for placing an order with us. Your order details are as follows:

Invoice Number: #{{ $orderAddress->invoice_number }}

Billing Details
Person Name:
{{ $orderAddress->orderAddressDetail->f_name ?? $orderAddress->f_name }}   {{ $orderAddress->orderAddressDetail->l_name ?? $orderAddress->l_name }}
Email:
{{ $orderAddress->orderAddressDetail->email ?? $orderAddress->email }}
Phone:
{{ $orderAddress->orderAddressDetail->phone ?? $orderAddress->phone }}
Billing Address:
{{ $orderAddress->orderAddressDetail->street_address ?? $orderAddress->street_address }}
Shipping Details
Receiver Name:
{{ $orderAddress->f_name }} {{ $orderAddress->l_name }}
Email:
{{ $orderAddress->email }}
Phone:
{{ $orderAddress->phone }}
Address:
{{ $orderAddress->street_address }}
@foreach ($products as $product) @endforeach
Product Price Quantity Subtotal
Product Image
{{ $product['title'] }}
${{ $product['amount'] }} {{ $product['quantity'] }} ${{ $product['amount'] * $product['quantity'] }}
SubTotal:

${{ $totalAmount }}

Total Amount:

${{ $totalAmount }}

Registration Discount:

${{ $auth_discount }}

Delivery Charges:

${{ $delivery_fee }}

Grand Total:

${{ $grand_total }}

Your items will be shipped to you as soon as possible. You can track the status of your order using the invoice number by clicking here .

Thank you for choosing us for your shopping needs. We look forward to serving you again in the future.

If you have any questions, kindly reach out to our team on  {{ $admin_email }}

Have an AWESOME day!

Explore

FOLLOW US ON

© 2025 {{ config('app.website_name') }}. All Rights Reserved.