Edit Gallery
List
                        @include('success.success')
                        @include('errors.error')
                        {!! Form::open(['url' => '/admin/galleries/'.$setting->id, 'class' => 'form-horizontal', 'method'=> 'POST','files' => true]) !!}
                        
                        @if($setting->news_and_update_points)
                            
                            
                                
                                    
                                        
                                             
                                             
                                            
                                            
@foreach($setting->news_and_update_points as $point)
                                                     
                                                     
                                                    
                                                
                                            @endforeach
                                        
                                        
                                    
                                
                            
                        
                        @endif
                        
                            
                                
                            
                        
                        {!! Form::close() !!}
                    
                @foreach($setting->news_and_update_points as $point)