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
78a504fe
Commit
78a504fe
authored
Dec 21, 2023
by
alisson
Browse files
add
parent
dfd655ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/AvaliadorPadController.php
View file @
78a504fe
...
...
@@ -112,8 +112,7 @@ class AvaliadorPadController extends Controller
}
public
function
actionCreate
(
$pad_id
)
{
dd
(
'create'
);
{
$pad
=
Pad
::
find
(
$pad_id
);
$model
=
new
AvaliadorPad
();
...
...
resources/views/avaliator-pad/create.blade.php
View file @
78a504fe
@
php
dd
(
'create update'
);
@
endphp
<
div
class
=
"mb-3"
>
<
h3
class
=
"h3"
>
Cadastrar
Avaliador
(
PDA
)
</
h3
>
</
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