Commit d6b1be18 authored by unknown's avatar unknown
Browse files

Merge branch 'master' of https://github.com/antonioDurval/submeta

parents 9f0c5fc0 4b39cf84
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<a href="{{route('admin.user.edit', $user->id)}}" class="dropdown-item text-center"> <a href="{{route('admin.user.edit', $user->id)}}" class="dropdown-item text-center">
Editar Editar
</a> </a>
<hr class="dropdown-hr"> <!-- <hr class="dropdown-hr">
<form method="POST" action="{{route('admin.user.destroy', $user->id)}}"> <form method="POST" action="{{route('admin.user.destroy', $user->id)}}">
{{ csrf_field() }} {{ csrf_field() }}
<button type="submit" class="dropdown-item dropdown-item-delete text-center"> <button type="submit" class="dropdown-item dropdown-item-delete text-center">
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
Deletar Deletar
</button> </button>
</form> </form> -->
</div> </div>
</div> </div>
</td> </td>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment