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
52d2690e
"app/git@sites.upe.br:walter.felipe/pad-upe.git" did not exist on "fb75ebceed2b39f82167d3f5e4a1019be3a9b0ff"
Commit
52d2690e
authored
May 10, 2023
by
José Fernando Mendes da Costa
Browse files
só mostra discente de acordo com a natureza do edital
parent
00d47b03
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/projeto/visualizar.blade.php
View file @
52d2690e
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
@
component
(
'projeto.formularioVisualizar.anexos2'
,
[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
@
component
(
'projeto.formularioVisualizar.anexos2'
,
[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
@
endcomponent
@
endcomponent
@
if
(
$edital
->
numParticipantes
!=
0
)
@
if
(
$edital
->
numParticipantes
!=
0
&&
$edital
->
natureza_id
!=
3
)
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
,
'edital'
=>
$edital
])
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
,
'edital'
=>
$edital
])
@
endcomponent
@
endcomponent
@
endif
@
endif
...
...
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