@extends('layouts.main') @section('title', 'Relatórios') @section('content') @php $user = Auth::user(); @endphp
| Data | Setor | Escolaridade | Respostas |
|---|---|---|---|
| {{ $linha['data'] }} | {{ $linha['setor'] }} | {{ $linha['escolaridade'] }} | @foreach (json_decode($linha['respostas'], true) as $r) {{ $r }} @endforeach |