@component('mail::message') # Order cancelled Hi {{ $user->name }}, @if ($isBuyerRecipient) Your **Order #{{ strtoupper(substr($order->id, 0, 4)) }}** was cancelled by the seller. A full refund has been issued and should appear on your statement within 5–10 business days. @if ($reason) - Reason: {{ str_replace('_', ' ', $reason) }} @endif @else **Order #{{ strtoupper(substr($order->id, 0, 4)) }}** was cancelled by the buyer. The item has been relisted and is available for other buyers. @if ($reason) - Reason: {{ str_replace('_', ' ', $reason) }} @endif @endif @component('mail::button', ['url' => $ctaUrl]) View Details @endcomponent Thanks,
Alqove @endcomponent