diff --git a/resources/views/modals/category.blade.php b/resources/views/modals/category.blade.php
index c07b092ace..4dfe26d026 100644
--- a/resources/views/modals/category.blade.php
+++ b/resources/views/modals/category.blade.php
@@ -11,19 +11,10 @@
{{ csrf_field() }}
-
+ @include('modals.partials.name')
-
+ @include('modals.partials.footer')
diff --git a/resources/views/modals/location.blade.php b/resources/views/modals/location.blade.php
index d705f5500e..9817e1ddd7 100644
--- a/resources/views/modals/location.blade.php
+++ b/resources/views/modals/location.blade.php
@@ -9,11 +9,7 @@
-
-
+ @include('modals.partials.footer')
diff --git a/resources/views/modals/model.blade.php b/resources/views/modals/model.blade.php
index 92823c8b99..3b6bd47e5f 100644
--- a/resources/views/modals/model.blade.php
+++ b/resources/views/modals/model.blade.php
@@ -9,20 +9,8 @@
-
+ @include('modals.partials.footer')