Question
{{$poll->question}}
Time
{{$poll->time}}
Email-Id
{{$poll->created_by->email}}
Mobile No
@if(!empty($poll->options))
+{{trim($poll->created_by->country_code,'+').' '.$poll->created_by->mobile_number}}
OPTIONS
@foreach($poll->options as $k=>$option)
Option {{$k+1}}
@endforeach
@endif
{{$option->option}}
{{$option->selection_percentage>0?$option->selection_percentage.'%':''}}