|
||||||
Your order has been Cancelled |
||||||
Dear {{$data['customer_data']->name}}, |
||||||
|
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
|
||||||
|
This message was sent to you by {{$data['site_data']->site_title}}. |