| Eixo | Media da sua Startup |
|---|---|
| {{ $field }} | {{ number_format($mediaStartup[$key], 2) }} |
@php // Ajuste do texto para melhor formatação $documentTypeName = str_replace('_', ' ', $documentType); $documentTypeName = ucwords($documentTypeName); echo $documentTypeName; @endphp ({{ $documentType === 'fortalezas' ? '6-7' : ($documentType === 'pontos_de_atencao' ? '4-5' : '1-3') }})
{{ $eixo['nome'] }}
@foreach($eixo['respostas'] as $resposta)Nota {{ $resposta['nota'] }} - {{ $resposta['pergunta'] }}
@endforeach