how to set up custom error pages in #laravel?
easy, execute:
php artisan vendor:publish --tag=laravel-errors
all of the error pages will be extracted to view/errors/... folder.
You can modify them as you need