infolist with relationship not working
I create infolist, play around with table and display in home page.. I can get actual record data and it displaying correct, but it cannot show relationship data.
My code:
If I
dd()
inside table() and yes I got data with relationships, what should be the problem?Solution:Jump to solution
This happen because I have boolean column "album" cast to boolean, and relationship name "album".. I've changed to different name and it working fine
2 Replies