+{{end}}
\ No newline at end of file
diff --git a/web/layouts/beneficiaries/create-diag.html b/web/layouts/beneficiaries/create-diag.html
new file mode 100644
index 0000000..175968a
--- /dev/null
+++ b/web/layouts/beneficiaries/create-diag.html
@@ -0,0 +1,116 @@
+{{define "content"}}
+
+
+
Ajouter un diagnostic
+
+
+
+
+
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/beneficiaries/display.html b/web/layouts/beneficiaries/display.html
index 3be8ddf..141e8a4 100644
--- a/web/layouts/beneficiaries/display.html
+++ b/web/layouts/beneficiaries/display.html
@@ -137,6 +137,11 @@
class="whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm"
:class="tab == 'organizations' ? 'border-co-blue text-co-blue' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300'">
Gestionnaires
+
+
+ Diagnostics
@@ -145,6 +150,7 @@
+
+{{ end }}
\ No newline at end of file
diff --git a/web/layouts/diags/home.html b/web/layouts/diags/home.html
new file mode 100644
index 0000000..451c096
--- /dev/null
+++ b/web/layouts/diags/home.html
@@ -0,0 +1,74 @@
+{{define "content"}}
+
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/diags/update-diag.html b/web/layouts/diags/update-diag.html
new file mode 100644
index 0000000..7c02b72
--- /dev/null
+++ b/web/layouts/diags/update-diag.html
@@ -0,0 +1,117 @@
+{{define "content"}}
+
+
+
Éditer un diagnostique
+
+
+
+
+
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/vehicles/booking-display.html b/web/layouts/vehicles/booking-display.html
index 21d19c3..64f45dc 100644
--- a/web/layouts/vehicles/booking-display.html
+++ b/web/layouts/vehicles/booking-display.html
@@ -66,6 +66,11 @@
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/vehicles_management/booking-display.html b/web/layouts/vehicles_management/booking-display.html
index 027a940..d0cdd0f 100644
--- a/web/layouts/vehicles_management/booking-display.html
+++ b/web/layouts/vehicles_management/booking-display.html
@@ -103,6 +103,9 @@
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/vehicles_management/create-vehicle-diag.html b/web/layouts/vehicles_management/create-vehicle-diag.html
new file mode 100644
index 0000000..0f335c1
--- /dev/null
+++ b/web/layouts/vehicles_management/create-vehicle-diag.html
@@ -0,0 +1,116 @@
+{{define "content"}}
+
+
+
Ajouter un diagnostic
+
+
+
+
+
+{{end}}
\ No newline at end of file
diff --git a/web/layouts/vehicles_management/fleet-display.html b/web/layouts/vehicles_management/fleet-display.html
index aebf48f..c55d0e8 100644
--- a/web/layouts/vehicles_management/fleet-display.html
+++ b/web/layouts/vehicles_management/fleet-display.html
@@ -183,6 +183,9 @@
{{end}}