akiyamaSM / larapoll

A Laravel package to manage your polls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to render all poll at once???

DevPrecious opened this issue · comments

I didn't understand

I mean how to show all polls in a page instead of doing this
{{ PollWriter::draw(Inani\Larapoll\Poll::find(2)) }}

It is not implemented. you can loop over all of them.