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
pad-upe
Commits
f65027b8
Commit
f65027b8
authored
Mar 25, 2022
by
alissonalbuquerque
Browse files
correcao de form
parent
37c981b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/pad/dimensao/ensino.blade.php
View file @
f65027b8
...
...
@@ -90,7 +90,9 @@
</
table
>
</
div
>
</
div
>
<
form
method
=
"POST"
action
=
"{{ route('ensino_aula_store') }}"
class
=
"form-add-new-dimencao"
>
<
form
method
=
"POST"
action
=
"{{ route('ensino_aula_create') }}"
class
=
"form-add-new-dimencao"
>
@
csrf
@
method
(
'POST'
)
<
div
class
=
"form-group"
style
=
"width: 200px;"
>
<
label
for
=
"inputNameProfessor"
>
CÓDIGO
ATIVIDADE
</
label
>
<
input
type
=
"text"
name
=
"cod_atividade"
class
=
"form-control"
disable
id
=
"cod_atividade"
placeholder
=
"Automomático "
disabled
>
...
...
@@ -148,7 +150,7 @@
<
input
type
=
"number"
name
=
"ch_total"
id
=
"ch_semanal"
>
</
div
>
<
input
type
=
"hidden"
value
=
"{{
$pad_id
}}"
>
<
input
type
=
"hidden"
value
=
"{{
$pad_id
}}"
name
=
"pad_id"
id
=
"pad_id"
>
</
div
>
<
button
type
=
"submit"
class
=
"btn btn-success"
>
Salvar
</
button
>
...
...
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