@extends('layout.store_layout.master') @push('custom_css') @endpush @section('content')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- تعديل الحالة--}} {{--Add New Order--}}

تفاصيل الطلب

{{-- --}} @if($item->cancel_reason) @endif @if($item->additional_notes) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}}
رقم الطلب
{{$item->order_number}}
تاريخ الاضافة
{{getFormattedTime($item->created_at)}}
حالة الطلب
{!! $item->tailorOrderCase->status_label !!}
سبب الالغاء
{{$item->cancel_reason}}
ملاحظات
{{$item->additional_notes}}
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- طريقة الشحن
--}} {{--
Flat Shipping Rate

تفاصيل العميل

العميل
البريد الإلكتروني
{{$item->user->email?:'-'}}
رقم الجوال
{{$item->user->full_mobile?:'-'}}+
تاريخ التسجيل
{{getFormattedTime($item->user->created_at)}}

تفاصيل الدفع

طريقة الدفع
{{$item->paymentMethod->name}}
حالة الدفع
@if($item->tailorOrderCase->id == 1 || $item->is_paid != 1) تأكيد الدفع @else تم الدفع @endif
الفاتورة
#INV-000414

عنوان التوصيل

المدينة:
{{$item->userAddress->city->name}}

الحي:
{{$item->userAddress->neighborhood->name}}

العنوان:
{{$item->userAddress->address_text}}

تفاصيل الطلب

@foreach($item->orderModels as $product) @endforeach @foreach($item->orderCoupons as $coupon) @endforeach @if($item->is_paid) @else @endif
الموديل نوع المقاس تفضيلات مصدر القماش الخيارات الكمية سعر الوحدة المجموع
{{$product->measuringType?$product->measuringType->short_phrase:'-'}} {{$product->dressPreference?$product->dressPreference->name:'-'}} {{$product->fabricSelectionType?$product->fabricSelectionType->name:'-'}} @if($product->orderClothingModelProperty || ($product->userMeasurement && count($product->userMeasurement->dimensions))) @else - @endif {{$product->qty??'-'}} @if($product->clothingModel->price){{$product->clothingModel->price}} {{getStoreDefaultCurrency()}} @else - @endif @if($product->clothingModel->price && $product->qty){{$product->price * $product->qty}} {{getStoreDefaultCurrency()}} @else - @endif
@if($product->orderClothingModelProperty || ($product->userMeasurement && count($product->userMeasurement->dimensions)))
@if($product->userMeasurement && count($product->userMeasurement->dimensions))
بيانات التفصيل
الخاصية نوع القماش لون القماش شكل الجبزور شكل القبة شكل الكم شكل الجيب الجانبي شكل الجيب الأمامي
القيمة
@if($product->orderClothingModelProperty->fabricType) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @else
-
@endif
@if($product->orderClothingModelProperty->fabricColor) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@else
-
@endif
@if($product->orderClothingModelProperty->jabezourForm) @else
-
@endif
@if($product->orderClothingModelProperty->collarForm) @else
-
@endif
@if($product->orderClothingModelProperty->sleeveForm) @else
-
@endif
@if($product->orderClothingModelProperty->sidePocketForm) @else
-
@endif
@if($product->orderClothingModelProperty->frontPocketForm) @else
-
@endif
@endif @if($product->userMeasurement && count($product->userMeasurement->dimensions))
بيانات المقاس
@foreach($body_dimensions as $body_dimension) @endforeach @foreach($body_dimensions as $body_dimension) @php $bd=$product->userMeasurement->dimensions()->where('body_dimension_id',$body_dimension->id)->first(); @endphp @endforeach
المقاس الاسم{{$body_dimension->name}}
القيمة
{{$product->userMeasurement->name}}
{{$bd? "$bd->measurement cm":'-'}}
@endif
@endif
تكلفة المنتجات {{$item->product_price}} {{getStoreDefaultCurrency()}}
خصم كوبون {{$coupon->coupon->code}} {{$coupon->order_discount}} {{getStoreDefaultCurrency()}}
خصومات أخرى {{$item->other_discount}} {{getStoreDefaultCurrency()}}
الضريبة ({{$item->tax_ratio}}%) {{$item->tax_price}} {{getStoreDefaultCurrency()}}
تكلفة التوصيل {{$item->delivery_price}} {{getStoreDefaultCurrency()}}
اجمالي التكلفة {{$item->total_price}} {{getStoreDefaultCurrency()}}
المدفوع بالمحفظة {{$item->wallet_amount}} {{getStoreDefaultCurrency()}}
المدفوع بطرق أخرى {{$item->online_amount}} {{getStoreDefaultCurrency()}}
المطلوب دفعه {{$item->online_amount}} {{getStoreDefaultCurrency()}}

تحديثات حركات الطلب

@forelse($item->logs as $log) @empty @endforelse
التاريخ الملاحظة حالة الطلب مستخدم الادارة الذي قام بالحركة
{{getFormattedTime($log->created_at)}} {{$log->additional_notes?:'-'}} {!! $log->tailorOrderCase->status_label !!} {{$log->systemAdmin?$log->systemAdmin->name:'-'}}
لا يوجد حركات للطلب
@endsection @push('custom_js') @endpush