{{ trans('plugins/real-estate::consult.custom_field.option.label') }}
        
        @if($isDefaultLanguage)
            
                {{ trans('plugins/real-estate::consult.custom_field.option.value') }}
            
            
        @endif
    
    
        @forelse($options as $key => $option)
            
                
                
                
                    
                
                @if($isDefaultLanguage)
                    
                        
                    
                    
                        
                    
                @endif
            
        @empty
            
                
                    
                
                
                    
                
                
                    
                
            
        @endforelse