@if (session('sucesso'))
{{ session('sucesso') }}
@endif
Informações da Proposta

{{$projeto->titulo}}
{{$edital->nome}}
@if($edital->natureza_id != 3)
Área de Ensino
@if(App\GrandeArea::where('id', $projeto->grande_area_id)->first() != null) {{App\GrandeArea::where('id', $projeto->grande_area_id)->first()->nome}} @endif @if(App\Area::where('id', $projeto->area_id)->first() != null) > {{App\Area::where('id', $projeto->area_id)->first()->nome}} @endif @if(App\SubArea::where('id', $projeto->sub_area_id)->first() != null)> {{App\SubArea::where('id', $projeto->sub_area_id)->first()->nome}}@endif
@endif