TextColumn::make('is_notifications_allowed') ->label('Notifications') ->formatStateUsing(fn (?bool $state): string => match ($state) { true => 'Allowed', false => 'Prohibited', null => 'Waiting', }) ->badge()