فاتورة طلبات

رقم الفاتورة : {{$order->id}}

التاريخ : {{$order->created_at}}

ORBIT STAR
البريد الالكترونى {{SETTING_VALUE('email')}}
رقم الهاتف {{SETTING_VALUE('mobile')}}
العنوان {{SETTING_VALUE('address_ar')}}
@if($productsAddCarts->count()>0) @foreach($productsAddCarts as $k =>$item) @endforeach @else @endif
{{trans('front.item')}} {{trans('front.qty')}} {{trans('front.price')}} {{trans('front.total_price')}}
{{$item->Products->name}} {{$item->quantity}}
{{@$item->item_color->name}}
{{@$item->item_size->name}}
{{$item->price}} {{$item->total_price}}
{{trans('front.noData')}}
  • @lang('front.TotlaPrice') {{$order->whole_price}}
  • @lang('front.dicountCoupone') {{$order->coupon}}
  • @lang('front.price_delavary') {{$order->delivery_service}}
  • @lang('front.dtPrice') {{$order->whole_price + $order->delivery_service - $order->coupon}}