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 @@ ...@@ -56,6 +56,7 @@
</thead> </thead>
<tbody> <tbody>
@foreach ($avaliacoes as $avaliacao) @foreach ($avaliacoes as $avaliacao)
@if($avaliacao->plano->participante)
<tr class="text-center"> <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->evento->nome }}</td>
<td style="max-width:100px; overflow-x:hidden; text-overflow:ellipsis">{{ $avaliacao->plano->trabalho->titulo }}</td> <td style="max-width:100px; overflow-x:hidden; text-overflow:ellipsis">{{ $avaliacao->plano->trabalho->titulo }}</td>
...@@ -82,6 +83,7 @@ ...@@ -82,6 +83,7 @@
</div> </div>
</td> </td>
</tr> </tr>
@endif
@endforeach @endforeach
</tbody> </tbody>
</table> </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