diff --git a/Views/ProfilRw/Index.cshtml b/Views/ProfilRw/Index.cshtml
index 16ca0a5..fdb6b60 100644
--- a/Views/ProfilRw/Index.cshtml
+++ b/Views/ProfilRw/Index.cshtml
@@ -26,7 +26,9 @@
-
+
+ @await Html.PartialAsync("_TabIndexProfil")
+
diff --git a/Views/ProfilRw/_TabIndexProfil.cshtml b/Views/ProfilRw/_TabIndexProfil.cshtml
new file mode 100644
index 0000000..8868aef
--- /dev/null
+++ b/Views/ProfilRw/_TabIndexProfil.cshtml
@@ -0,0 +1,99 @@
+
\ No newline at end of file