Unverified Commit fcd5d226 authored by Gabriel Antônio da Silva's avatar Gabriel Antônio da Silva Committed by GitHub
Browse files

Update index.blade.php

parent 7d639787
......@@ -24,7 +24,7 @@
<div id="editais">
<ul class="col-sm-12 list-editais flexcroll" style="list-style-type: none;">
@foreach ($eventos as $evento)
@if (\Carbon\Carbon::create($evento->fimSubmissao) > \Carbon\Carbon::create($hoje))
@if (\Carbon\Carbon::create($evento->fimSubmissao) >= \Carbon\Carbon::create($hoje))
<li class="col-sm-12 li-editais">
<div class="container">
<div class="row">
......
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