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
2dc2b733
Commit
2dc2b733
authored
Sep 13, 2022
by
S-Nathalia
Browse files
resolucao da listagem dos avaliadores de cada edital
parent
4049a367
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/selecionarProjetos.blade.php
View file @
2dc2b733
...
...
@@ -219,6 +219,7 @@
</tr>
</thead>
<tbody>
@foreach(
$trabalhos
as
$trabalho
)
@foreach(
$trabalho->avaliadors
as
$avaliador
)
{{-- Avaliação Interna --}}
@if((
$avaliador->tipo
== 'Interno' && (
$avaliador->trabalhos
()->where("
trabalho_id
",
$trabalho->id
)->first()->pivot->acesso == null ||
$avaliador->trabalhos
()->where("
trabalho_id
",
$trabalho->id
)->first()->pivot->acesso != 1))
...
...
@@ -285,6 +286,7 @@
@endforeach
@endforeach
</tbody>
</table>
...
...
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