extension=blade.php - The extension of the generated view Optionalforce - Create the view even if the view already exists Optionalpest - Generate an accompanying Pest test for the View Optionalphpunit - Generate an accompanying PHPUnit test for the View Optionaltest - Generate an accompanying Test test for the View Optionalname - The name of the view Requiredphp artisan make:view [--extension [EXTENSION]] [-f|--force] [--test] [--pest] [--phpunit] [--] <name>