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
90d0b708
Commit
90d0b708
authored
Nov 08, 2022
by
Lucas Henrique
Browse files
Adicionando campo Conflitos de Interesse ao analisar uma proposta
parent
ef9b3e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
90d0b708
...
@@ -140,6 +140,13 @@
...
@@ -140,6 +140,13 @@
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
modalidade
}}
</
a
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
modalidade
}}
</
a
>
</
div
>
</
div
>
@
endif
@
endif
@
if
(
$trabalho
->
conflitosInteresse
!=
null
)
<
div
class
=
"col-md-12"
>
<
br
>
<
b
style
=
"color: #4D4D4D;"
>
Conflitos
de
Interesse
:
</
b
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
conflitosInteresse
}}
</
a
>
</
div
>
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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