How do I send custom data to a custom create view? #742
Replies: 3 comments
-
It looks like I can do this with $this->crud->set('unique_id',$myValue), and then access it in blade using {{$crud->get('unique_id')}} |
Beta Was this translation helpful? Give feedback.
-
Hi @paulpreibisch did you try to create a custom operation? In any case when you want to send data to a view, this is the way:
$this->data is your array, all this content you can get easily using blade. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Hi @paulpreibisch did you have a chance to check about it? Please, let us know if you need anything else. Meanwhile, i will close the issue, but feel free to re-open or create a new one if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
How do I actually send custom data to a custom create view?
Beta Was this translation helpful? Give feedback.
All reactions