Add new component:

$php artisan make:component Forms/Input
CREATES BOTH IN
app/View/Components/Forms/Input
resources/views/components/forms/Input

COMMAND:
$ php artisan make:component forms.input --view
FILE:
resources/views/components/forms/input.blade.php
USAGE:

<x-forms.input />

Resource: https://laravel.com/docs/10.x/blade#components