Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
fcd5d226
"resources/views/vscode:/vscode.git/clone" did not exist on "b6bf006932aeb0ea19aed84a3fa4faa7eec8a016"
Unverified
Commit
fcd5d226
authored
Jul 13, 2020
by
Gabriel Antônio da Silva
Committed by
GitHub
Jul 13, 2020
Browse files
Update index.blade.php
parent
7d639787
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/index.blade.php
View file @
fcd5d226
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment