undefined record inside bulkAction
the records is undefined , even I selected the record and click on the bulk actions :
BulkAction::make('send_to_delivery')
->action(fn (Collection $records) => $records->each->delete()),
])
0 Replies