FFilament•Created by F alko on 9/6/2024 in #❓┊help Format Pivot fields in Relation Manager
You can concatenate the state right?
"${$record->pivot->attr}${$record->pivot->attr2}
Or create Pivot Model and define an attribute in there.
And add ->using(YourPivotModel::class) to your relationship