use Tassili\Crud\Fields\TextInput;
TextInput::make('name')
->value('Robert') // optional
->label('The Name') // optional
->readOnly() // optional, if you want the field only readable
->notInDatabase() // optional, if you don't want this field in database