Commit 8a9086b6 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Correção de texto na analise de proposta

parent db5f4599
......@@ -24,7 +24,7 @@
<div class="form-row mt-3">
<div class="col-md-12"><h5 style="color: #234B8B; font-weight: bold">Área de Ensino</h5></div>
<div class="col-md-12"><h6 style="color: #234B8B; margin-bottom:-0.4rem">
{{App\GrandeArea::where('id', $trabalho->grande_area_id)->first()->nome}}>
{{App\GrandeArea::where('id', $trabalho->grande_area_id)->first()->nome}} >
{{App\Area::where('id', $trabalho->area_id)->first()->nome}}
@if(App\SubArea::where('id', $trabalho->sub_area_id)->first() != null)> {{App\SubArea::where('id', $trabalho->sub_area_id)->first()->nome}}@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