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
0ca83f2a
Commit
0ca83f2a
authored
Nov 16, 2022
by
Lucas Henrique
Browse files
Removendo campos dos participantes ao analisar uma proposta sem discentes
parent
cb756731
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
0ca83f2a
...
...
@@ -103,12 +103,13 @@
<
div
class
=
"col-md-12"
>
<
p
class
=
"proponenteProj"
style
=
"color: #4D4D4D; padding: 0px"
><
b
>
Proponente
:</
b
>
{{
App\Proponente
::
find
(
$trabalho
->
proponente_id
)
->
user
->
name
}}
</
p
>
</
div
>
@
if
(
$evento
->
numParticipantes
!=
0
)
<
div
class
=
"col-md-12"
>
<
p
style
=
"color: #4D4D4D; padding: 0px"
><
b
>
Discentes
:</
b
>
@
foreach
(
$trabalho
->
participantes
as
$participante
)
{{
$participante
->
user
->
name
}};
@
endforeach
</
div
>
@
endif
@
if
(
$trabalho
->
grande_area_id
!=
null
&&
$trabalho
->
area_id
!=
null
&&
$trabalho
->
sub_area_id
!=
null
)
<
div
class
=
"col-md-12"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;font-size: 13px;"
>
{{
$trabalho
->
grandeArea
->
nome
}}
>
{{
$trabalho
->
area
->
nome
}}
>
{{
$trabalho
->
subArea
->
nome
}}
</
h6
>
...
...
resources/views/administrador/analisarProposta.blade.php
View file @
0ca83f2a
...
...
@@ -147,6 +147,7 @@
</
div
>
</
div
>
<!--
Discentes
-->
@
if
(
$evento
->
numParticipantes
!=
0
)
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 20px;"
>
<
div
class
=
"col-md-12"
>
<
div
class
=
"card"
style
=
"border-radius: 5px"
>
...
...
@@ -288,6 +289,7 @@
</
div
>
</
div
>
</
div
>
@
endif
{{
--
Janelas
para
aprovação
ou
reprovação
de
substituição
--
}}
<
div
class
=
"modal fade"
id
=
"modalCancelarSubst"
tabindex
=
"-1"
role
=
"dialog"
...
...
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