@extends('layouts.app') @section('content')
{{$trabalho->titulo}}
{{$evento->nome}}
Área de Ensino
{{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

Informações do Proponente

Nome: {{ App\Proponente::find($trabalho->proponente_id)->user->name }}

Lattes: @if(App\Proponente::where('id', $trabalho->proponente_id)->first()->linkLattes != null) {{ App\Proponente::where('id', $trabalho->proponente_id)->first()->linkLattes }} @endif

Grupo de Pesquisa: {{ $trabalho->linkGrupoPesquisa }}

Discentes
Substituições Pendentes @if($substituicoesPendentes->count() > 0) @endif

@foreach($trabalho->participantes as $participante)
{{$participante->user->name}}
Informações
Remover
@endforeach
Anexos
{{-- Anexo do Projeto --}}
{{-- Arquivo --}}
Arquivo
Arquivo
@if($trabalho->anexoAutorizacaoComiteEtica != null) Arquivo @else - @endif
Arquivo
@if($trabalho->justificativaAutorizacaoEtica != null) Arquivo @else - @endif
@if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM') {{-- Decisão do CONSU --}}
Arquivo
@endif
Avaliadores

@foreach($trabalho->avaliadors as $avaliador)
{{$avaliador->user->name}}
@if($avaliador->pivot->parecer == null) Pendente @else Avaliado @endif
Remover
@endforeach
Aprovação
1/3

@endsection @section('javascript') @endsection