Commit 5861c08b authored by unknown's avatar unknown
Browse files

Correção, integrante sem plano de trabalho causava erro

parent b5434bea
......@@ -50,9 +50,10 @@
}
@endphp
<div class="col-sm-12">
@if($participante->planoTrabalho != null)
<label for="anexoProjeto" class="col-form-label font-tam" style="font-weight: bold"
title="{{$participante->planoTrabalho->titulo}}">{{ __('Projeto: ') }}{{$participante->planoTrabalho->titulo}}</label>
@endif
@if($planoTrabalhoTemp != null)
<a href="{{route('download', ['file' => $planoTrabalhoTemp])}}"><img src="{{asset('img/icons/pdf.ico')}}" style="width:40px" alt=""></a>
@endif
......
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