How To display different name in index and detail for relationships #6333
Unanswered
shubhamserverfront
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
public function trader(): BelongsTo
{
return $this->belongsTo(Trader::class);
}
account model
Beta Was this translation helpful? Give feedback.
All reactions