@extends('master') @section('title', $poll->title) @section('content')
{!! $poll->desc !!}
{!! Form::open(['url' => '#', 'id' => 'form_poll', 'poll_id' => $poll->id]) !!} {!! Form::hidden('number_hidden_required', $poll->getOptions->where('otype', '0')->count(),['id' => 'number_hidden_required']) !!} {!! Form::hidden('object_id', $object, []) !!} {!! Form::submit('Enviar mis respuestas', ['class' => 'btn btn-success']) !!} {!! Form::close() !!}