رقم الطلب |
الحاله |
تاريخ الطلب |
المجموع |
@if(request()->filter=="confirm-order")
|
@endif
@foreach($orders as $order)
track_id)}}"> {{$order->track_id}}
@if($order->customer_can_update)
@endif
|
{{$order->status->title}}
|
{{$order->created_at->format("Y-m-d")}}
|
@if($order->status->code!="archive")
@if($order->total_before != $order->total)
{{number_format($order->total_before)}}₪@endif
{{number_format($order->total)}}₪
@else
-
@endif
|
@if(request()->filter=="confirm-order")
@if($order->status->code=="confirm-order")
track_id)}}">
تأكيد الطلب
@endif
|
@endif
@endforeach
@if($in_stock_mobile_customers->isNotEmpty())
المنتج |
الحاله |
تاريخ الطلب |
المجموع |
@foreach($in_stock_mobile_customers as $stockNotification)
{!! $stockNotification->item !!}
|
{{$stockNotification->status->title}}
@if($stockNotification->is_reserved && !$stockNotification->is_notified)
سيتم التنبية عند التوفر
@endif
|
{{$stockNotification->created_at->format("Y-m-d")}}
|
{{number_format($stockNotification->price)}}₪
|
@endforeach
@endif