How to Create Custom 500, 404 Page in Laravel 11 / 10

To create custom 404, 500 error pages in Laravel; Simply navigate to the resources/views/ directory and create a 404,500 error page and then navigate to the app/exceptions/handler.php file and add your new custom 404.blade.php and 500.blade.php. Whenever some technical error