Tables\Columns\IconColumn::make('created_at') ->label('Has Attachments') ->icon(function ( $record) { return $record->attachments->count() ? 'heroicon-s-photo' : null; }),
key($getRecord()->id.'-'.Str::uuid())