Level 18
By default only 'owners' can invite people. So allow the registration of a company assuming it's the 'owner' registering every time.
You'll want to add the following to your booted method of your SparkServiceProvider:
Spark::noAdditionalTeams();
See https://spark.laravel.com/docs/9.0/teams at the bottom of Introduction