I wanna write some data to a model and wanna read it later at some other position. The data isn't related to the table of the model but I'll need the data in a template.
Is there an existing way to do that? Like "$model->set('name', 'value')" and later "{{ model.name }}"
I hope you understand what I'm writing.