Livewire not finding component?
I've created a resource with a view page. When I visit the page I get an error saying Undefined variable $jobStatus. The error is generated from the blade view. I've gone over the code and can't see the error. It's probably something simple but I'm missing it. Any help is appreciated.
On the view page I'm calling a livewire component like this:
This is the view at the path resources/views/livewire/pan-import-progress.blade.php
And this is the component at app/livewire/PanImportProgress.php
1 Reply
Solution
Solved: I wasn't passing the record into the livewire component.