Filament: Money Columns and Storing Value in Cents
When working with **money** fields such as `price`, it's common to save values as **cents** in the database. So, the value of `9.98` would be `998` in the DB. In this tutorial, I will show you how to deal with this scenario in Filament.