โ ๏ธ Error Pages
SaaSykit ships with a template for error pages, which you can customize to your liking.
If you want to customize the error pages, you can do so by editing the resources/views/errors
directory, where you will views covering all the major HTTP error codes like 404, 500, etc.
All of these error pages use the resources/views/components/layouts/error.blade.php
layout component, which you can edit to customize the layout of all error pages.