@if(isset($evento->fotoEvento))
}})
@else
}})
@endif
@if(!Auth::check())
A submissão de um trabalho é possível apenas quando cadastrado no sistema.
@endif
Realização do Evento
{{date('d/m/Y',strtotime($evento->dataInicio))}} - {{date('d/m/Y',strtotime($evento->dataFim))}}
Submissão de Trabalhos
{{date('d/m/Y',strtotime($evento->inicioSubmissao))}} - {{date('d/m/Y',strtotime($evento->fimSubmissao))}}
{{--
Revisão de Trabalhos
{{date('d/m/Y',strtotime($evento->inicioRevisao))}} - {{date('d/m/Y',strtotime($evento->fimRevisao))}}
--}}
{{--
Endereço
{{$evento->endereco->rua}}, {{$evento->endereco->numero}} - {{$evento->endereco->cidade}} / {{$evento->endereco->uf}}.
--}}
@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