resources/views/layouts/home.blade.php file
app.blade.php
/recources/views/liveview… folder and their respective class file in /app/Livewire… folder.
To create a new Page add it to the resources/views/pages folder.
To create a new Component add it to the resources/views/components folder or if it’s a Livewire component use php artisan make:livewire ComponentName command.
