{{$user['user']->email}}
{{($user['user']['profile'])?$user['user']['profile']->phone:''}}
{{__('Orders')}}
-
{{__('Product Name')}}{{__('Price')}}{{__('QTY')}}{{__('Subtotal')}}
@foreach($order['items'] as $ikey=>$item)
@php
$lang = app()->currentLocale();
@endphp
-
{{($lang=='en')?$item['product']->name_en:$item['product']->name_ar}}
{{__('Weight')}} : {{$item->weight}}- {{($lang=='en')?$item['area']->name_en:$item['area']->name_ar}}
- {{$item->delivery_date}}
- {{date('h:i A', strtotime($item['slot']->start))}} - {{date('h:i A', strtotime($item['slot']->end))}}
{{$item->price}} {{__('KWD')}}{{$item->quantity}}{{$item->quantity * $item->price}} {{__('KWD')}}
@endforeach
- {{__('Total')}} {{$order->subtotal}} {{__('KWD')}}
- {{__('Discount Code')}} - {{($order->discount)?$order->discount:0}} {{__('KWD')}}
- {{__('Grand Total')}} {{(float)$order->subtotal - (float)$order->discount}} {{__('KWD')}}