@foreach($order->items as $item)
                    
                        
                            
                            
                                
                                    
                                        {{$item->quantity}} * {{$item->item_name_en}}
                                        {{$item->item_name_ar}}
                                        @foreach($item->addOns as $addOn)
                                        
                                            {{$addOn->AddOns_Category_name}}
                                            
                                                
                                                    {{$addOn->AddOns_name}}
                                                
                                                
                                                    {{$addOn->AddOns_price}} JOD
                                                
                                             
                                         
                                        @endforeach
                                    
 
                                    
                                        
                                            
                                            {{$item->itemPrice}} JOD
                                         
                                        
                                            
                                            {{$item->totalPrice}} JOD
                                         
                                     
                                 
                             
                         
                     
                    @endforeach