how to add field to a view page?
I added a view page to a resource already existing
I registered the page in
it created succesfully
My question is: how and where must I add all the readonly fields I need?
I registered the page in
PlaylistResource::getPages()it created succesfully
app/Filament/Resources/PlaylistResource/Pages/ViewPlaylist.phpMy question is: how and where must I add all the readonly fields I need?
Solution
Found!
because I don't want to edit, I didn't add inputs to form .
I added and all is working
because I don't want to edit, I didn't add inputs to form .
I added and all is working