I can't quite understand your problem.
Are you trying to make the title attribute visible in Page model even though it is located in PageLocale?
I don't get it in 100%, but let's give it a go.
If you want to populate form for a page edit view, there is no other way than calling a relation if title is part of a different model. It should be as easy as:
$page_edit->locale('fr')->title;
You could also edit page's locale, not page itself, I guess if you are managing language variations all data regarding page is there. Only similarities I can think of are edit times, id etc. Hard to say without bigger picture.
About forum, it is a custom script.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community