@if (session('status'))
                        
                            {{ session('status') }}
                        
                    @endif
                    
                        
                            
                                
                                    @foreach($home->pictures as $i => $pic)
                                    
                                    @endforeach
                                
                                
                                    @foreach($home->pictures as $i => $pic)
                                    
                                    @endforeach
                                
 
                                
                                    
                                    Previous
                                
                                
                                    
                                    Next
                                
                             
                         
                     
                    @if(!empty($home->comment))
                    
                        
                        
                            {!! nl2br($home->comment) !!}
                        
                     
                    @endif
                    
                        
                            {!! nl2br($home->description) !!}
                        
                     
                        
                            
                                
                                    
                                    Informations
                                
                            
                            
                                
                                Ville :  {{ $home->city }}
                            
                                
                                Prix :  {{ Str::currency($home->price) }}
                            
                                
                                Surface :  {{ Str::surface($home->surface) }}
                            
                                
                                Pièces : {{ $home->rooms }}
                         
                        
                            
                                
                                    
                                    Informations complémentaires
                                
                            
                            
                                
                                Jardin :  {{ Str::surface($home->garden_surface) }}
                            
                                
                                Énergie :  {{ $home->energy ?? '−' }}
                            
                                
                                GES :  {{ $home->ges ?? '−' }}
                         
                    
                        @if(!empty($home->slug)) 
@endif