@if(!empty($row->bed))
            
                
                    
                        
                    
                    
                        {{__("No. Bed")}}
                        
                            {{$row->bed}}
                        
                     
                 
             
        @endif
        @if($row->bathroom)
            
                
                    
                        
                    
                    
                        {{__("No. Bathroom")}}
                        
                            {{$row->bathroom}}
                        
                     
                 
             
        @endif
            @if($row->square)
            
                
                    
                        
                    
                    
                        {{__("Square")}}
                        
                            {!! size_unit_format($row->square) !!}
                        
                     
                 
             
        @endif
        @if(!empty($row->location->name))
                @php $location =  $row->location->translateOrOrigin(app()->getLocale()) @endphp
            
                
                    
                        
                    
                    
                        {{__("Location")}}
                        
                            {{$location->name ?? ''}}
                        
                     
                 
             
        @endif