Filament: Enum Classes to Re-Use and Auto-Style

If you have a set of key-value options in the forms and tables, you may use PHP Enum classes to avoid repeating those options. Official docs:
Back to Top