Β© 2026 Hedgehog Software, LLC
Tables\Columns\TextColumn::make('attachments') ->formatStateUsing(fn ($state) => $state != null ? 'Attachment' : "") ->badge(),
->state(fn ($record): string => $record->attachments ? 'Attachments' : '') ->badge()