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
5b487534
Commit
5b487534
authored
Aug 10, 2022
by
S-Nathalia
Browse files
remocao do botao de excluir usuario
parent
dc19a1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/usersAdmin.blade.php
View file @
5b487534
...
...
@@ -65,7 +65,7 @@
<
a
href
=
"{{route('admin.user.edit',
$user->id
)}}"
class
=
"dropdown-item text-center"
>
Editar
</
a
>
<
hr
class
=
"dropdown-hr"
>
<!--
<
hr
class
=
"dropdown-hr"
>
<
form
method
=
"POST"
action
=
"{{route('admin.user.destroy',
$user->id
)}}"
>
{{
csrf_field
()
}}
<
button
type
=
"submit"
class
=
"dropdown-item dropdown-item-delete text-center"
>
...
...
@@ -73,7 +73,7 @@
Deletar
</
button
>
</
form
>
</
form
>
-->
</
div
>
</
div
>
</
td
>
...
...
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