Cars, it nicely lists a bunch of cars with basic actions like editing and deleting (assume it's a simple resource so no dedicated pages for that - just modals). What if I'd want to add an action for example, RegisterDriverAction, in which it would open the form for the Driver resource, and when the user fills in the Driver information, it creates the driver and adds it to the car, all inside the table (via a modal).Filament\Tables\Actions\CreateAction and changing the record and model on that action to the Driver class, but that doesnt' work either.