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
937b423a
Commit
937b423a
authored
Dec 22, 2023
by
alissonalbuquerque
Browse files
update branch
parent
5d00af5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliator-pad/create.blade.php
View file @
937b423a
@
php
dd
(
'create update'
);
@
endphp
<div
class=
"mb-3"
>
<h3
class=
"h3"
>
Cadastrar Avaliador (PDA)
</h3>
</div>
<
form
id
=
"form-user_pad"
action
=
"{{ route('avaliator-pad_store') }}"
method
=
"POST"
>
@
method
(
'POST'
)
@
csrf
@
include
(
'avaliator-pad.form'
,
[
'pad'
=>
$pad
,
'model'
=>
$model
,
'users'
=>
$users
,
'status'
=>
$status
,
])
<
div
class
=
"mt-1 text-end"
>
<
div
class
=
"modal-footer"
>
@
include
(
'components.buttons.btn-save'
,
[
'id'
=>
'btn_submit'
,
'content'
=>
'Cadastrar'
,
])
@
include
(
'components.buttons.btn-close_modal'
)
</
div
>
</
div
>
</
form
>
@
include
(
'pad.components.scripts.ajaxValidationById'
,
[
'btn_submit_id'
=>
'btn_submit'
,
'form_id'
=>
'form-user_pad'
,
'form_type'
=>
'create_and_update'
,
'route'
=>
route
(
'avaliador-pad_ajax_validation'
),
])
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