Custom livewire in render-hook not working
I create a livewire page
artisan make:livewire test
, and inside test I assign variable like below
And in blade file
I create render hook and call this like
But I always get Undefined variable $query
. What should be the problem?0 Replies