A field to show percent values in Laravel Nova
composer require satoved/percentage
Percentage::make('Bonus')->precision(2)
- Percent sign on every view
- HTML5 validation on the field
- Saves empty input value as null
- Works only with percentages stored as float in DB for now