Hi. My APP has a "priority" model with a name and a 'color' field. My "ticket" model belongsTo a priority, so I need to show the badge in the corresponding color. Any example? Thanks
Solution
When you have a hexadecimal value you can use: Color::hex();