{{__('messages.Order Search')}}
order_detail_status
{{__('messages.Status')}}
.defer
Item Type
order_detail_item_type
.defer
@switch($order_detail_item_type)
@case('App\Models\Product')
{{__('messages.Product')}}
order_detail_item_id
CourseLevels
@foreach(\App\Models\Product::orderBy('id','asc')->get() as $product)
@endforeach
order_detail_course_level_id
{{__('messages.Course Level')}}
.defer
@foreach($course_levels as $courseLevel)
@endforeach
@break
@endswitch
@if($order_detail_item_type != 'App\Models\Product')
{{__('messages.Product')}}
order_detail_product_id
CourseLevels
@foreach(\App\Models\Product::orderBy('id','asc')->get() as $product)
@endforeach
order_detail_course_level_id
{{__('messages.Course Level')}}
.defer
@foreach($course_levels as $courseLevel)
@endforeach
@endif
@foreach(\App\Models\Branch::all() as $branch)
@endforeach
{{--
order_payment_payment_method_id
{{__('messages.Payment Method')}}
.defer
@foreach(\App\Models\PaymentMethod::all() as $paymentMethod)
@endforeach
--}}
@if($order_payment_payment_method_id == 2)
order_payment_payment_machine_id
{{__('messages.Payment Machine')}}
.defer
@foreach(\App\Models\PaymentMachine::all() as $paymentMachine)
@endforeach
@endif
{{__('messages.Branch')}}
.defer
order_payment_branch_id
@foreach(\App\Models\Branch::orderBy('id','asc')->get() as $branch)
@endforeach
@foreach(\App\Models\PaymentMethod::all() as $paymentMethod)
@endforeach
{{__('messages.Items Count')}} : {{$count_items}}