Loading resources/views/adminGen/usuarios/index.blade.php +3 −9 Original line number Diff line number Diff line Loading @@ -17,23 +17,17 @@ </ul> <div class="panel mt-6"> <div class="flex items-center flex-wrap mb-5"> <button type="button" class="btn btn-primary btn-sm m-1 "> <a href="{{ route('usuarios.create') }}" type="button" class="btn btn-primary btn-sm m-1"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="10" cy="6" r="4" stroke="#1C274C" stroke-width="1.5"/> <path d="M21 10H19M19 10H17M19 10L19 8M19 10L19 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/> <path d="M17.9975 18C18 17.8358 18 17.669 18 17.5C18 15.0147 14.4183 13 10 13C5.58172 13 2 15.0147 2 17.5C2 19.9853 2 22 10 22C12.231 22 13.8398 21.8433 15 21.5634" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/> </svg> Crear nuevo usuario </button> </a> </div> <table id="myTable" class="whitespace-nowrap table-hover"> <thead> <tr> <th>Id</th> <th>Nombre</th> <th>Acciones</th> <!-- Nueva columna para las acciones --> </tr> </thead> <thead></thead> <tbody></tbody> </table> Loading Loading
resources/views/adminGen/usuarios/index.blade.php +3 −9 Original line number Diff line number Diff line Loading @@ -17,23 +17,17 @@ </ul> <div class="panel mt-6"> <div class="flex items-center flex-wrap mb-5"> <button type="button" class="btn btn-primary btn-sm m-1 "> <a href="{{ route('usuarios.create') }}" type="button" class="btn btn-primary btn-sm m-1"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="10" cy="6" r="4" stroke="#1C274C" stroke-width="1.5"/> <path d="M21 10H19M19 10H17M19 10L19 8M19 10L19 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/> <path d="M17.9975 18C18 17.8358 18 17.669 18 17.5C18 15.0147 14.4183 13 10 13C5.58172 13 2 15.0147 2 17.5C2 19.9853 2 22 10 22C12.231 22 13.8398 21.8433 15 21.5634" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/> </svg> Crear nuevo usuario </button> </a> </div> <table id="myTable" class="whitespace-nowrap table-hover"> <thead> <tr> <th>Id</th> <th>Nombre</th> <th>Acciones</th> <!-- Nueva columna para las acciones --> </tr> </thead> <thead></thead> <tbody></tbody> </table> Loading