@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 :  {{ $home->price }}
                        Surface :  {{ $home->surface }} m²
                        Nombre de pièces : {{ $home->rooms }}
                     
                    
                        Informations complémentaires :
                        Surface de jardin :  {{ $home->garden_surface ?? '−' }}
                        Énergie :  {{ $home->energy ?? '−' }}
                        GES :  {{ $home->ges ?? '−' }}
                     
                    
                        @if(!empty($home->slug)) 
@endif