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
de3dba33
Commit
de3dba33
authored
May 30, 2022
by
Guilherme Silva
Browse files
Correção de erro na página de ciração de edital
parent
9d95ef83
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
de3dba33
...
...
@@ -163,12 +163,12 @@
<
tr
>
<
td
>
{{
$coordenador
->
user
->
name
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
email
}}
</
td
>
@
if
(
$coordenador
->
user
->
instituicao
|
=
null
)
@
if
(
$coordenador
->
user
->
celular
!
=
null
)
<
td
>
{{
$coordenador
->
user
->
celular
}}
</
td
>
@
else
<
td
>
Não
Definido
</
td
>
@
endif
@
if
(
$coordenador
->
user
->
instituicao
|
=
null
)
@
if
(
$coordenador
->
user
->
instituicao
!
=
null
)
<
td
>
{{
$coordenador
->
user
->
instituicao
}}
</
td
>
@
else
<
td
>
Não
Definida
</
td
>
...
...
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