Commit 74ebaeab authored by unknown's avatar unknown
Browse files

Correção na de erro ao listar avaliação de relatorio

parent 6b42a1fc
......@@ -56,6 +56,7 @@
</thead>
<tbody>
@foreach ($avaliacoes as $avaliacao)
@if($avaliacao->plano->participante)
<tr class="text-center">
<td style="max-width:100px; overflow-x:hidden; text-overflow:ellipsis">{{ $avaliacao->plano->trabalho->evento->nome }}</td>
<td style="max-width:100px; overflow-x:hidden; text-overflow:ellipsis">{{ $avaliacao->plano->trabalho->titulo }}</td>
......@@ -82,6 +83,7 @@
</div>
</td>
</tr>
@endif
@endforeach
</tbody>
</table>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment