Check out example codes for "how to hide error in laravel". It will help you in understanding the concepts better.
Code Example 1
Go inside env file :
APP_DEBUG=true
if you didn't find it go to config/app.php :
'debug' => false,
Learn ReactJs, React Native from akashmittal.com