TextEntry::make('strap') ->columnSpanFull() ->getStateUsing(function (Product $record) { ray($record); return $record->strap === 1 ? 'Ja' : 'Nee'; })
null
getStateUsing()
formatStateUsing