with Subtitles it is showing No additional information... ? #6277
-
Description:BelongsTo::make('Account') Detailed steps to reproduce the issue on a fresh Nova installation:#this is my transaction resource i have this code but when i try to get email in Subtitles it is showing "No additional information..." And if i follow officals docs it say use public function subtitle() { return "Author: {$this->user->name}"; } If i use this then subtitle is not coming How to use subtitle and how to get email in subtitle? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
withSubtitles()
method does not accept any arguments. YourAccount
resource should definesubtitle()
method. I used it yesterday, it works perfectly.