Loading resources/views/adminGen/contactos/index.blade.php +2 −3 Original line number Diff line number Diff line Loading @@ -96,9 +96,8 @@ function renderActions(id) { <form action="{{ route('contacto.destroy', '') }}/${id}" method="POST" class="inline-block"> @csrf @method('DELETE') <button type="button" class="btn btn-danger btn-sm btn-eliminar" title="Eliminar"> <!-- Icono Bote de basura (Tabler Icons) --> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-trash"> <button type="button" class="btn btn-danger btn-sm btn-eliminar flex items-center justify-center w-8 h-8 p-0" title="Eliminar"> <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 pointer-events-none" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M4 7l16 0" /> <path d="M10 11l0 6" /> Loading Loading
resources/views/adminGen/contactos/index.blade.php +2 −3 Original line number Diff line number Diff line Loading @@ -96,9 +96,8 @@ function renderActions(id) { <form action="{{ route('contacto.destroy', '') }}/${id}" method="POST" class="inline-block"> @csrf @method('DELETE') <button type="button" class="btn btn-danger btn-sm btn-eliminar" title="Eliminar"> <!-- Icono Bote de basura (Tabler Icons) --> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-trash"> <button type="button" class="btn btn-danger btn-sm btn-eliminar flex items-center justify-center w-8 h-8 p-0" title="Eliminar"> <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 pointer-events-none" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M4 7l16 0" /> <path d="M10 11l0 6" /> Loading