Trouble with select field in infolist
Hi , when I display a select field in a infolist I see the key and not the value . Por example :
Select::make('implementacion')
->options([
'directo' => 'Directo',
'dni-pin' => 'DNI-PIN',
'saldo' => 'Saldo',
])
And when I display this field in a infolist , this field displays as the imagen attached , so the infolist displays the key but not the field . Which will be the solution ? :
2 Replies
Solution
Thanks @Leandro Ferreira , that's works !!