abort doc says "Throw an HttpException with the given data." so you need to catch it on the app/handlers/Handler.php
On the view you can access the exception variable. Not sure about blade, but if you're using Twig for your views
{{ dump(exception) }}
{{ exception.getMessage() }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community