-
diff --git a/app/Resources/views/persona/show.html.twig b/app/Resources/views/persona/show.html.twig
index 186cba2..192567d 100644
--- a/app/Resources/views/persona/show.html.twig
+++ b/app/Resources/views/persona/show.html.twig
@@ -1,44 +1,80 @@
{% extends 'base.html.twig' %}
{% block body %}
-
Persona
+
+
+
-
-
-
- Id |
- {{ persona.id }} |
-
-
- Nombre |
- {{ persona.nombre }} |
-
-
- Apellido |
- {{ persona.apellido }} |
-
-
- Cedula |
- {{ persona.cedula }} |
-
-
- Genero |
- {{ persona.genero }} |
-
-
- Direccion |
- {{ persona.direccion }} |
-
-
-
+
+
+
+
+
Datos Personales
-
-{% endblock %}
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file