dispatch('showPostCardInModal', id: $id); } public function render() { $posts = Post::all(); return view('post::list.cards', [ 'posts' => $posts ]); } }