From cee8138ef37132a87b95ca13668901c18061c8aa Mon Sep 17 00:00:00 2001 From: WhiteHabbyt Date: Fri, 14 Apr 2023 17:32:54 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20datas=20do=20ultimo?= =?UTF-8?q?=20commit=20perdido.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/proponente/projetos.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/proponente/projetos.blade.php b/resources/views/proponente/projetos.blade.php index cba938b..b8ba6ed 100755 --- a/resources/views/proponente/projetos.blade.php +++ b/resources/views/proponente/projetos.blade.php @@ -87,7 +87,7 @@ {{ date('d-m-Y \à\s H:i\h', strtotime($projeto->updated_at)) }} @if($projeto->status !=null) @if($projeto->status === "aprovado") - @if( strtotime($projeto->updated_at) <= strtotime($projeto->fimProjeto)) + @if( date('d-m-Y') > date('d-m-Y', strtotime($projeto->evento->fimProjeto)) ) Finalizado @else Em Execução -- GitLab