tail the log while you're trying to visit the page / post the form that raises the error
tail -f storage/logs/laravel.log
A stacktrace will be appended to the log whenever an exception/error occurs. You can post the last error message / stacktrace here once you have it
Alternatively, if you are in local environment, Laravel should render an error page with details of the problem.