This commit is contained in:
Mr Sleeps
2026-06-29 18:49:00 +01:00
parent 414247b1c1
commit 81e94c5a7c
@@ -75,7 +75,7 @@ IconColumn::make('dmarc_status')
return match($state) {
'valid' => 'success',
'invalid' => 'danger',
'not_checked' => 'yellow',
'not_checked' => 'warning',
};
})
->tooltip(function ($record): string {