Custom widget, passing variables to blade
I'm trying to make a custom widget (all other widgets works)
class
blade
$record in template works but i want to prepare the variable in my class and then send it to the tpl
but i tried several options, like mount, getData... no one works.
Solution:Jump to solution
solution
```
public array $data = [];
// Quote
private function getQuote(): float...
1 Reply
Solution
solution