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
b99bc8e9
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "e184bc295bc6ae64f223d187d5f354d76e1c2cb8"
Commit
b99bc8e9
authored
Sep 09, 2021
by
José Rômulo
Browse files
Correção pagina de analisar projetos
parent
6c9ecb69
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
b99bc8e9
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</
div
>
</
div
>
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"subArea"
class
=
"col-form-label"
>
{{
__
(
'Sub Área:'
)
}}
</
label
>
<
label
for
=
"subArea"
class
=
"col-form-label"
>
{{
__
(
'Sub Área:'
)
}}
</
label
>
<
span
class
=
"form-control"
id
=
"subArea"
name
=
"subArea"
>
{{
App\SubArea
::
where
(
'id'
,
$trabalho
->
sub_area_id
)
->
first
()
->
nome
}}
</
span
>
<
span
class
=
"form-control"
id
=
"subArea"
name
=
"subArea"
>
@
if
(
App\SubArea
::
where
(
'id'
,
$trabalho
->
sub_area_id
)
->
first
()
!=
null
)
{{
App\SubArea
::
where
(
'id'
,
$trabalho
->
sub_area_id
)
->
first
()
->
nome
}}
@
endif
</
span
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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