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
146fbe36
Commit
146fbe36
authored
May 27, 2021
by
Carlos André
Browse files
cadastro com cargo outro
parent
3b547444
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/auth/register.blade.php
View file @
146fbe36
...
...
@@ -117,7 +117,7 @@
<
option
value
=
""
disabled
selected
hidden
>--
Cargo
--</
option
>
<
option
@
if
(
old
(
'cargo'
)
==
'Professor'
)
selected
@
endif
value
=
"Professor"
>
Professor
</
option
>
<
option
@
if
(
old
(
'cargo'
)
==
'Técnico'
)
selected
@
endif
value
=
"Técnico"
>
Técnico
</
option
>
<
option
@
if
(
old
(
'cargo'
)
==
'
Estudante
'
)
selected
@
endif
value
=
"
Estudante"
>
Estudante
</
option
>
<
option
@
if
(
old
(
'cargo'
)
==
'
Outro
'
)
selected
@
endif
value
=
"
Outro"
>
Outro
</
option
>
</
select
>
@
error
(
'cargo'
)
...
...
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