->actions([
Tables\Actions\ViewAction::make()
->action(function () {
$this->contact->read_at = Carbon::now();
$this->contact->save();
}),
Tables\Actions\DeleteAction::make(),
])
->actions([
Tables\Actions\ViewAction::make()
->action(function () {
$this->contact->read_at = Carbon::now();
$this->contact->save();
}),
Tables\Actions\DeleteAction::make(),
])