I want to validate forms in the client side in Laravel. It\'s there any easy way to do it?
As discussed in the comments, since Laravel is a backend framework, it does not provide client side validation
out of the box.
It shouldn't.
You might choose a Javascript framework such as Angularjs, emberjs, etc. that will have validation baked in.
Or if you're using jQuery, you can just use any jquery validation plugin, here are a few:
if you're using bootstrap, then you can use http://1000hz.github.io/bootstrap-validator/