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