@if (\Session::has('success'))
              
            
                
        
              @endif
              @if (\Session::has('error'))
              
            
                
        
              @endif
            
              
      
                    {{ Form::open(array('action'=>'CategoryController@postUpdateCategory','class'=>'form-horizontal','role'=>'form','id'=>'brand-form', 'files'=>true,'enctype' =>'multipart/form-data')) }}
                
              
                                    
                                        
                                        
                                            
                                                
                                                
                                            
                                        
                                    
                  
                  
                  
              
              
              
              
            {{Form::close()}}
          
          {{\Session::get('success')}}
            {{\Session::get('error')}}