Laravel Nova résolue

Text::make('Name')->resolveUsing(function ($name) {
    return strtoupper($name);
})
patrick204nqh