@extends('layouts.app') @section('content')
@if(!Auth::check()) @endif
@if(isset($evento->fotoEvento)) ... @else ... @endif
{{$evento->nome}}
Descrição
                          
{{$evento->descricao}}
{{-- @if($hasFile == true) @if($hasTrabalho)
Minhas propostas
@foreach($trabalhos as $trabalho) @endforeach
Título Baixar
{{ $trabalho->titulo }} @php $arquivo = ""; @endphp @foreach($trabalho->arquivo as $key) @php if($key->versaoFinal == true){ $arquivo = $key->nome; } @endphp @endforeach Baixar
@endif @endif --}}
Ações
@if($evento->inicioSubmissao <= $hoje) @if($hoje <= $evento->fimSubmissao)
@if(false) {{-- Agendamento para o dia 01/07/2021 as 12:30:00--}} ... Submeter proposta @else {{-- @if(empty($evento->trabalho->arquivo->relatorioFinal)) ... Submeter proposta @else --}} ... Submeter proposta {{-- @endif --}} @endif
@endif @endif
Datas importantes
Submissão
{{date('d/m/Y',strtotime($evento->inicioSubmissao))}} - {{date('d/m/Y',strtotime($evento->fimSubmissao))}}
Revisão
{{date('d/m/Y',strtotime($evento->inicioRevisao))}} - {{date('d/m/Y',strtotime($evento->fimRevisao))}}
Resultado preliminar
{{date('d/m/Y',strtotime($evento->resultado_preliminar))}}
Recurso
{{date('d/m/Y',strtotime($evento->inicio_recurso))}} - {{date('d/m/Y',strtotime($evento->fim_recurso))}}
Resultado final
{{date('d/m/Y',strtotime($evento->resultado_final))}}
Documentos
Edital

@if($evento->modeloDocumento != null)
Outros
documentos
@else
O criador do edital não disponibilizou modelos
@endif
{{--
@if (Auth::check()) @if (Auth()->user()->administradors != null) Voltar @elseif (Auth()->user()->proponentes != null) Voltar @else Voltar @endif @else Voltar @endif
@if($evento->inicioSubmissao <= $mytime) @if($mytime < $evento->fimSubmissao) @endif @endif
--}} @endsection @section('javascript') @endsection