تم توصيل جزء من طلبك #{{ $order->id }}

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

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

تفاصيل الشحنة:

@foreach($order->shipments as $shipment) @if($shipment->status == 'delivered')

الشحنة رقم {{ $shipment->id }}:

@if($shipment->shipping_company)

شركة الشحن: {{ $shipment->shipping_company }}

@endif @if($shipment->tracking_number)

رقم التتبع: {{ $shipment->tracking_number }}

@endif

الحالة: {{ __("dashboard.shipment_status_$shipment->status") }}

المنتجات:

@endif @endforeach

سيتم توصيل باقي المنتجات في أقرب وقت ممكن.

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