Your order has been Cancelled

Dear {{$data['customer_data']->name}},

Your order no. {{$data['unique_order_id']}} has been cancelled

If you paid for your order using credit/debit card, it may take up to 5-7 business days for your bank to credit the refund amount to your account.

We regret to inform you that the following items in your order have been cancelled.

@php $canceled = $product->where('status', 'CL'); @endphp @if($canceled->count())

Cancelled Products

@foreach($canceled as $pd) @endforeach
Image Product Name Quantity
{{ $pd->pname }} {{ $pd->qty ?? 1 }}
@endif

This message was sent to you by {{$data['site_data']->site_title}}.
If you have any questions, contact {{$data['site_data']->site_title}} support.

Best Regards,
{{ config('global.email_regards') }}

{{-- {{ config('global.website_title') }}

Order Cancelled!

Dear {{$data['customer_data']->name}},

Your order no. {{$data['unique_order_id']}} has been cancelled

If you paid for your order using credit/debit card, it may take up to 5-7 business days for your bank to credit the refund amount to your account.

In case of any query, please click here

Best Regards,
{{ config('global.email_regards') }}

This message was sent to you by {{ config('global.website_title_camel_case') }}.
If you didn’t create this account, contact {{ config('global.website_title_camel_case') }} support.

--}}