dd($record) always returns the first record, no matter which one I select
Hi everyone I'm having a strange issue in my Filament admin panel.
When I try to dump the selected record inside a table action using dd($record), it always returns the first record of the table β no matter which record I actually click on.