@alev can you read this documentation ? check it may be help this
https://nova.laravel.com/docs/1.0/resources/relationships.html#belongsto
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a table websites with the columns
id
domain
And I have a table posts with a 'HasOne' relationship to the websites table.
id
website_id
text
I would like Nova not only to show the website_id on the index but also the domain from the websites table.
Any idea if and how this is possible. I tried it with several approaches but I'm stuck.
Please or to participate in this conversation.