@php
$logoUrl = asset('logos/1696498070.png');
@endphp
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 @elseWe are sorry to inform you that your order no. {{$orderdetail->invoice_number}} has been cancelled. @endifInvoice 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 }}
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.
|
||||||||
© 2025 {{ config('app.website_name') }}. All Rights Reserved. |