@if(isset($evento->fotoEvento))
}})
@else
}})
@endif
@if(!Auth::check())
A submissão de um projeto é possível apenas quando cadastrado no sistema.
@endif
Submissão de Projetos
{{date('d/m/Y',strtotime($evento->inicioSubmissao))}} - {{date('d/m/Y',strtotime($evento->fimSubmissao))}}
Revisão de Projetos
{{date('d/m/Y',strtotime($evento->inicioRevisao))}} - {{date('d/m/Y',strtotime($evento->fimRevisao))}}
Data do resultado
{{date('d/m/Y',strtotime($evento->resultado))}}
@if($hasFile == true)
@if($hasTrabalho)
Título |
Baixar |
Nova Versão |
@foreach($trabalhos as $trabalho)
{{$trabalho->titulo}} |
@php $arquivo = ""; @endphp
@foreach($trabalho->arquivo as $key)
@php
if($key->versaoFinal == true){
$arquivo = $key->nome;
}
@endphp
@endforeach
|
@if($evento->inicioSubmissao <= $mytime)
@if($mytime < $evento->fimSubmissao)
@endif
@endif
|
@endforeach
@endif
{{-- @if($hasTrabalhoCoautor)
Título |
Baixar |
@foreach($trabalhosCoautor as $trabalho)
{{$trabalho->titulo}} |
@php $arquivo = ""; @endphp
@foreach($trabalho->arquivo as $key)
@php
if($key->versaoFinal == true){
$arquivo = $key->nome;
}
@endphp
@endforeach
|
@endforeach
@endif --}}
@endif
@if($evento->inicioSubmissao <= $mytime)
@if($mytime < $evento->fimSubmissao)
@endif
@endif
@endsection
@section('javascript')
@endsection