{!! Theme::section('community.pannel.cms.longforms.award-menubar',['subpage'=>'']) !!}
Nomination and Votings Report: {{$category->title}}

@foreach($answers as $answer) @endforeach
Name of the Nominees No of Votes Received
{{$answer->answer}}
{{ csrf_field() }}
{{app('App\\Repositories\\CommunityFormsAnswersVotingRepository')->votesCount($answer->answer,$category->id)}}
{!! $answers->appends(request()->except('page'))->render() !!}