Commit cee8138e authored by WhiteHabbyt's avatar WhiteHabbyt
Browse files

Correção de datas do ultimo commit perdido.

parent 6d9bc51a
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<td style="text-align: center">{{ date('d-m-Y \à\s H:i\h', strtotime($projeto->updated_at)) }}</td> <td style="text-align: center">{{ date('d-m-Y \à\s H:i\h', strtotime($projeto->updated_at)) }}</td>
@if($projeto->status !=null) @if($projeto->status !=null)
@if($projeto->status === "aprovado") @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)) )
<td style="color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;">Finalizado</td> <td style="color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;">Finalizado</td>
@else @else
<td style="color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;">Em Execução</td> <td style="color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;">Em Execução</td>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment