تم شحن جزء من طلبك #{{ $order->id }}

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

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

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

@foreach($order->shipments as $shipment)

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

@if($shipment->shipping_company)

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

@endif @if($shipment->tracking_number)

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

@endif

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

المنتجات:

@endforeach

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

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