تم إلغاء طلبك #{{ $order->id }}

عزيزي/تي {{ $order->user->name }}،

نأسف لإبلاغك بأنه تم إلغاء طلبك رقم {{ $order->id }} بتاريخ {{ $order->cancelled_at->format('Y-m-d') }}.

@if($order->cancellation_reason)

سبب الإلغاء:

{{ __("dashboard.cancellation_reason_$order->cancellation_reason") }}

@endif @if($order->cancellation_notes)

ملاحظات:

{{ $order->cancellation_notes }}

@endif

تفاصيل الطلب:

@if($order->items->count() > 0)

المنتجات:

@foreach($order->items as $item) @endforeach
# المنتج الكمية السعر الإجمالي
{{ $loop->iteration }} {{ $item->product->name }} {{ $item->quantity }} {{ number_format($item->price, 2) }} جنيه {{ number_format($item->quantity * $item->price, 2) }} جنيه
@endif

إذا كان لديك أي استفسارات، يرجى عدم التردد في التواصل معنا.