The homepage responds from the default web routes file.
Homepage Check
Laravel is serving your site.
This page is coming from resources/views/home.blade.php through the
existing routes/web.php file, so you can use it as a quick proof that the app,
Blade rendering, and public web entrypoint are all connected properly.