@if ($order->delivery_man)
                                
                                
                                
                                
                                
                                    
{{ translate('messages.contact') }} {{ translate('messages.info') }}
                                
                                
                                @if ($order['order_type'] != 'take_away')
                                    
                                    @php($address = $order->dm_last_location)
                                    
                                        
{{ translate('messages.last') }} {{ translate('messages.location') }}
                                        
                                    
                                    @if (isset($address))
                                        
                                            
                                                 {{ $address['location'] }}
                                            
                                        
                                    @else
                                        
                                            {{ translate('messages.location') . ' ' . translate('messages.not_found') }}
                                        
                                    @endif
                                @endif
                            @else
                                
                                    {{ translate('messages.deliveryman') . ' ' . translate('messages.not_found') }}
                                
                            @endif