Describe HTTP error codes from the server.
Abort(403, 'Unauthorized action.');
Custom HTTP Error Pages
<h2>{{ $exception->getMessage() }}</h2>
Laravel makes it easy to display custom error pages for various HTTP status codes.
-
Resources/views/errors/404.blade.php.