Amit Singh
Results
2
issues of
Amit Singh
did anybody faced this issue?
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...