diff --git a/Themes/Adminlte/views/layouts/master.blade.php b/Themes/Adminlte/views/layouts/master.blade.php
index c42505519..1a1fc3d13 100644
--- a/Themes/Adminlte/views/layouts/master.blade.php
+++ b/Themes/Adminlte/views/layouts/master.blade.php
@@ -63,6 +63,7 @@
@include('partials.notifications')
@yield('content')
+
@include('partials.footer')
@@ -72,6 +73,12 @@
@foreach($jsFiles as $js)
@endforeach
+
+