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
09e4568b
Commit
09e4568b
authored
Jun 12, 2023
by
unknown
Browse files
CORREÇÃO, problema ao substituir participante e projeto
parent
f6cde4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/avaliacao.blade.php
View file @
09e4568b
...
@@ -3,7 +3,12 @@
...
@@ -3,7 +3,12 @@
<
div
class
=
"row"
>
<
div
class
=
"row"
>
@
if
(
$arquivo
->
trabalho
->
evento
->
numParticipantes
!=
0
)
@
if
(
$arquivo
->
trabalho
->
evento
->
numParticipantes
!=
0
)
<
h5
><
b
>
Discente
:</
b
>
<
h5
><
b
>
Discente
:</
b
>
{{
\
App\Participante
::
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
</
h5
>
@
if
(
\
App\Participante
::
find
(
$arquivo
->
participanteId
))
{{
\
App\Participante
::
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
@
else
{{
\
App\Participante
::
withTrashed
()
->
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
@
endif
</
h5
>
@
else
@
else
<
h5
><
b
>
Proponente
:</
b
>
<
h5
><
b
>
Proponente
:</
b
>
{{
$arquivo
->
trabalho
->
proponente
->
user
->
name
}}
</
h5
>
{{
$arquivo
->
trabalho
->
proponente
->
user
->
name
}}
</
h5
>
...
...
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