@php $logoUrl = asset('logos/1696498070.png'); @endphp Sydney Quality Meat

Order Status Update

@if (isset($name) && !empty($name)) Dear, {{ $name }} @endif @if($status == "completed")

We are delighted to inform you that your order no. {{$orderdetail->invoice_number}} has been successfully completed and processed. Your satisfaction is our top priority, and we appreciate your trust in Sydney Quality Meat

@else

We are sorry to inform you that your order no. {{$orderdetail->invoice_number}} has been cancelled.

@endif

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

Billing Details
Person Name:
{{ $orderdetail->orderAddressDetail->f_name ?? $orderdetail->f_name }}   {{ $orderdetail->orderAddressDetail->l_name ?? $orderdetail->l_name }}
Email:
{{ $orderdetail->orderAddressDetail->email ?? $orderdetail->email }}
Phone:
{{ $orderdetail->orderAddressDetail->phone ?? $orderdetail->phone }}
Billing Address:
{{ $orderdetail->orderAddressDetail->street_address ?? $orderdetail->street_address }}
Shipping Details
Receiver Name:
{{ $orderdetail->f_name }} {{ $orderdetail->l_name }}
Email:
{{ $orderdetail->email }}
Phone:
{{ $orderdetail->phone }}
Address:
{{ $orderdetail->street_address }}
@foreach ($orderMeta as $product) @endforeach
Product Price Quantity Subtotal
Product Image
{{ $product?->product_title ?? "" }}
${{ $product->price ?? "" }} {{ $product->quantity ?? ""}} ${{ $product->qp_subtotal ?? "" }}
SubTotal:

${{ $orderdetail->subTotal ?? "" }}

Total Amount:

${{ $orderdetail->total_amount ?? "" }}

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!

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