diff --git a/resources/views/info/index.blade.php b/resources/views/info/index.blade.php
index 62376bb..e424137 100644
--- a/resources/views/info/index.blade.php
+++ b/resources/views/info/index.blade.php
@@ -16,22 +16,6 @@
@endforeach
-
+ {{ $informations->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endsection
\ No newline at end of file
diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php
index a43bc6b..4fc4c28 100644
--- a/resources/views/search/index.blade.php
+++ b/resources/views/search/index.blade.php
@@ -58,23 +58,7 @@
@endforeach
-
+ {{ $results->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endif
@endsection