html - How to clear form fields after a submit in laravel -


 <div class="form-group">           <label>class</label>           <input type="text" class="form-control text-capitalize" name="user_class" value="{{input::old('user_class')}}" placeholder="class">            <div class="col-sm-12">             @foreach($errors->get('user_class') $user_class)             <div class="alert alert-danger error">{{$user_class}}</div>             @endforeach           </div>         </div> 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -