I want to make a component in Laravel 8 by this command: php artisan make:component forms.input --view that means i want a component with only a Blade template and no class. But i m Getting this ERROR: The "--view" option does not exist. Thanks for the tips