hello everyone, in dispatch, in addition to the id, is there a way to pass other parameters and reuse them inside the content?
I find myself a page with a @foreach($articles as $article) @livewire(\Modules\Blog\Http\Livewire\Widgets\RatingsWithImageWidget::class, ['article' => $article_model, 'ratings' => $article->ratings]) @endforeach
inside this RatingsWithImageWidget when an image is clicked, I would like to start a simple modal, placed outside the foreach