yeah pretty much that is what i want to do, I was hoping it could be done out of the box
so instead of doing something like
Text::make('First Name', 'first_name')->readonly() we could do something like Text::make('First Name', 'first_name')->displayOnUpdate()
thanks @tesren, that won't quite work as we have about 25 fields.
I am just running with ->readonly for now, but seems a bit odd that we can't just have a static field when editing like we can when viewing