{{awtTrans('بيانات الطلب')}}
@if(!empty($order->deliver_lat) && !empty($order->deliver_long) && !empty($order->receive_lat) && !empty($order->receive_long))
{{awtTrans('المسافة بين النقطتين ')}} {{awtTrans(' كيلو متر ')}}
@endif
{{awtTrans('رقم الطلب')}} | {{$order->order_num??''}} | ||
{{awtTrans('العنوان')}} | {{$order->city->name??$order->address}} | ||
{{awtTrans('تاريخ الطلب')}} | {{ $order->created_at ? $order->created_at->format('Y-m-d') : '' }} | ||
{{awtTrans('القسم الرئيسي')}} | {{$order->category->name??''}} | ||
{{awtTrans('طريقة الدفع')}} | @if ($order->payment_type == 'wallet'){{awtTrans('المحفظة')}} | @elseif($order->payment_type == 'online'){{awtTrans('اون لاين')}} | {{-- @elseif($order->payment_type == 'online')--}} {{--{{awtTrans('اونلاين')}} | --}} @endif
{{awtTrans('اجمالي الطلب')}} | {{$order->price??''}} | ||
{{awtTrans('الكوبون')}} | --}} {{--{{$order->coupon ?? awtTrans('لا يوجد')}} | --}} {{--{{awtTrans('قيمة الخصم')}} | --}} {{--{{$order->coupon ? $order->discount : awtTrans('لا يوجد')}} | --}} {{--
{{awtTrans('الألغاء من طرف العميل')}} | @endif @if($order->status=='refused'){{awtTrans('الألغاء من طرف الاداره')}} | @endif
{{-- delegate info --}}
@endif
{{-- user info --}}
@if($order->status != 'finished' && $order->status != 'canceled' && $order->status != 'refused')
{{-- @elseif($order->status=='in_progress')--}}
{{--
@endif
{{awtTrans('بيانات مقدم الخدمه')}}
@if ($order->delegate)
{{awtTrans('اسم مقدم الخدمه')}} | {{$order->delegate ? $order->delegate->name : 'لم يتم تحديدة بعد'}} | ||||||
{{awtTrans('حالة الطلب ')}} | @if ($order->store_status != 'pending' && $order->status !== 'closed'){{trans('order.'.$order->statusForDelegate())}} | {{----}} {{-- {{awtTrans('تم قبول الطلب')}}--}} {{-- --}} {{-- | --}} {{--{{awtTrans('جاري التوصيل')}} | {{awtTrans('وصل للمتجر')}} | {{awtTrans('وصل مكان الاستلام')}} | {{awtTrans('وصل مكان التسليم')}} | --}}{{awtTrans('تم التوصيل')}} | @endif
{{awtTrans('رقم هاتف مقدم الخدمه')}} | {{$order->delegate ? $order->delegate->phone : 'لم يتم تحديدة بعد'}} |
{{awtTrans('بيانات المستخدم')}}
{{awtTrans('اسم المستخدم')}} | {{$order->user->name ?? ''}} |
{{awtTrans('رقم هاتف المستخدم')}} | {{$order->user->fullPhone ?? ''}} |
{{awtTrans('حالة الطلب')}} | {{trans('order.'.$order->statusForUser())}} |
{{ awtTrans('الغاء الطلب') }}
--}}
{{--
--}}
@endif
{{ awtTrans('عرض الشات') }}
{{-- @if($order->status=='finished'&&$order->servecie_type='sale'&& $order->payment_type=='wallet')--}}
{{-- @if($order->payment_status=='true')--}}
{{-- --}}
{{-- {{ 'تم تحويل المبلغ' }}--}}
{{-- --}}
{{-- @endif--}}
{{-- @if($order->payment_status=='false')--}}
{{-- --}}
{{-- @endif--}}
{{-- @endif--}}
@if($order->status=='cancel')
--}}
{{--
--}}
{{-- {{ awtTrans('الغاء الطلب') }}
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- {{awtTrans('اسباب الالغاء')}}
{{awtTrans('السبب')}} | {{$order->cancel_reason }} |