@if($answer_a_total>0)
(a) {{$surveyData->answer_a}} {{$answer_a_total}}%
@endif
@if($answer_b_total>0)
(b) {{$surveyData->answer_b}} {{$answer_b_total}}%
@endif
@if($answer_c_total>0)
(c) {{$surveyData->answer_c}} {{$answer_c_total}}%
@endif
@if($answer_d_total>0)
(d) {{$surveyData->answer_d}} {{$answer_d_total}}%
@endif