طلبك قيد الانتظار #{{ $order->id }}

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

شكرًا لطلبك من متجرنا. طلبك رقم {{ $order->id }} قيد الانتظار حاليًا وسنقوم بإعلامك عند تحديث حالته.

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

المنتجات:

@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) }} جنيه
@if($order->notes)

ملاحظات:

{{ $order->notes }}

@endif

يمكنك تتبع حالة طلبك من خلال صفحة طلباتي.