@csrf
@foreach($perguntas as $key => $list) @php $res = $respostas_g->firstWhere('pergunta_id', $list->id); @endphp @endforeach
Perguntas Ótimo Bom Regular Ruim Péssimo Não sabe
{{ ($key+1).'. '.$list->pergunta }} {{ $res->otimo ?? 0 }} {{ $res->bom ?? 0 }} {{ $res->regular ?? 0 }} {{ $res->ruim ?? 0 }} {{ $res->pessimo ?? 0 }} {{ $res->nao_sabe ?? 0 }}
@include('pesquisa_satisfacao_graficos')