Request Errors not accessible in blade (Laravel 5.2)
问题 It had been many months since I'm using laravel but never faced such problem. I have made a simple Request class to validate the the update user request which works fine if validation rules are followed. If validation rule fails we should come back to the previous page and display all errors in html. According to me I have written everything correctly as I used to write in other applications but the $errors seems to be inaccessible in blade Following are my required code snippets to debug: