PlaceHolder Form Component in Infolist Section

Hi all, is there any ways to apply same concept as placeholder form component in infolist ?
Solution
TextEntry::make('payments_count')
    ->state(fn (YourModel $record) => $record->totalAmount())

?
Was this page helpful?