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
7acdef83
Unverified
Commit
7acdef83
authored
Aug 11, 2021
by
José Rômulo
Committed by
GitHub
Aug 11, 2021
Browse files
Merge pull request #169 from J-Romulo/master
Mostrando multiplos resultados para projeto
parents
8156e615
8d0924c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/resultadosProjetos.blade.php
View file @
7acdef83
...
...
@@ -58,12 +58,16 @@
</
td
>
<
td
>
@
if
(
$trabalho
->
avaliadors
->
count
()
>
0
)
{{
$trabalho
->
avaliadors
->
first
()
->
user
->
name
}}
@
foreach
(
$trabalho
->
avaliadors
as
$avaliador
)
{{
$avaliador
->
user
->
name
}}
<
br
>
@
endforeach
@
endif
</
td
>
@
if
(
$trabalho
->
avaliadors
->
count
()
>
0
)
<
td
>
{{
$trabalho
->
avaliadors
->
first
()
->
pivot
->
recomendacao
}}
@
foreach
(
$trabalho
->
avaliadors
as
$avaliador
)
{{
$avaliador
->
pivot
->
recomendacao
}}
<
br
>
@
endforeach
</
td
>
@
endif
</
tr
>
...
...
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