Level 1
Hey mate, Did you find any solution ?
I'm facing the same problem
https://laracasts.com/discuss/channels/nova/laravel-nova-belongsto-field-display-nested-relationship
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have Order model , Country model and city model
order belongs to many country so i can show up all countries in order resource
and country of this order has many cities in another table
how could i show up these cities of the order since the relation is nested
Please or to participate in this conversation.