Closed
Description
I am not able to show the pivot fields in the BelongsToMany relation and the actions on the pivot table is also not showing up.
BelongsToMany::make('Sectors')
->fields(function () {
return [
Boolean::make('Status'),
];
})
->actions(function () {
return [
new App\Nova\Actions\ESector\Approve,
];
}),
Metadata
Metadata
Assignees
Labels
No labels