->actions([
Action::make('markAsRead')
->button()
->markAsRead(),
Action::make('markAsUnread')
->button()
->markAsUnread(),
])
->actions([
Action::make('markAsRead')
->button()
->markAsRead(),
Action::make('markAsUnread')
->button()
->markAsUnread(),
])