$table ->actions([
Tables\Actions\EditAction::make()
->after(function(){
dd('after');
}),
Tables\Actions\DeleteAction::make(),
])
$table ->actions([
Tables\Actions\EditAction::make()
->after(function(){
dd('after');
}),
Tables\Actions\DeleteAction::make(),
])