You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NovaBelongsToDepend::make('Shows', 'shows', \App\Nova\Shows::class)
->placeholder('-- Select Show --') // Add this just if you want to customize the placeholder
->options(Shows::all())
->display(function($shows){
return $shows->title . ' - ' . $shows->en_title;
}),
I'm trying this but it's not showing display attribute content.
The text was updated successfully, but these errors were encountered:
NovaBelongsToDepend::make('Shows', 'shows', \App\Nova\Shows::class)
->placeholder('-- Select Show --') // Add this just if you want to customize the placeholder
->options(Shows::all())
->display(function($shows){
return $shows->title . ' - ' . $shows->en_title;
}),
I'm trying this but it's not showing display attribute content.
The text was updated successfully, but these errors were encountered: