@if (count($errors) > 0)
        
            Whoops! There were some problems with your input.
            
                @foreach ($errors->all() as $error)
                - {{ $error }}@endforeach
 
        @endif
        @if($warn!=="")
        
            
            {!!$warn!!}
        
        @endif
        
        @if(Session::has('success'))
        
            
            
            {!!Session::get('success')!!}
        
        @endif
        
        @if(Session::has('fails'))
        
            
            {!! Lang::get('lang.alert') !!}!
            
            {!!Session::get('fails')!!}
        
        @endif
        
        
            
                
                
                
                    
                    
                        
                            {!! Form::label('email_fetching',Lang::get('lang.email_fetch')) !!}
                            {!! Form::checkbox('email_fetching',1,true) !!} {{Lang::get('lang.fetch_auto-corn')}}
                        
                     
                    
                        
                        
                    
                 
             
         
        
            
                
                
                
                    
                    
                        
                            {!! Form::label('notification_cron',Lang::get('lang.notification-email')) !!}
                            {!! Form::checkbox('notification_cron',1,true) !!} {{Lang::get('lang.cron_notification')}}