Laravel – Add extra fields to create and update role in filament-authentication package
I want to add extra fields to roles in package filament-authentication I am only able to add it in migrations Its says its has extendable resource views but doesn't mention how to extend it https://filamentphp.com/plugins/user-role-resource-management I am new to laravel…