Campo de Moeda Br para laravel Nova Mask field for brazilian currency Install Run this command into your nova project: composer require henriquemattia/moeda-br Add it to your Nova Resource: use Henriquemattia\MoedaBr\MoedaBr; MoedaBr::make('Valor', 'value'), Demo