diff --git a/docker/nginx.conf b/docker/nginx.conf
index f4e69de..bba5268 100644
--- a/docker/nginx.conf
+++ b/docker/nginx.conf
@@ -82,5 +82,5 @@ server {
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "no-referrer-when-downgrade" always;
- add_header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline'" always;
+ add_header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline' 'unsafe-eval'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net https://cdn.datatables.net https://maps.google.com https://maps.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.datatables.net; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:;" always;
}
\ No newline at end of file
diff --git a/resources/views/layouts/backapp.blade.php b/resources/views/layouts/backapp.blade.php
index 771dd93..574ae8d 100644
--- a/resources/views/layouts/backapp.blade.php
+++ b/resources/views/layouts/backapp.blade.php
@@ -43,6 +43,7 @@ License: You must have a valid license purchased only from themeforest(the above
+
+
+
+
+
+
+
@@ -83,11 +90,7 @@ License: You must have a valid license purchased only from themeforest(the above
-
-
-
-
-
+
@yield('styles')
diff --git a/resources/views/layouts/frontapp.blade.php b/resources/views/layouts/frontapp.blade.php
index 89d6f36..2487593 100644
--- a/resources/views/layouts/frontapp.blade.php
+++ b/resources/views/layouts/frontapp.blade.php
@@ -43,8 +43,8 @@ License: You must have a valid license purchased only from themeforest(the above
-
-
+
+
@@ -125,6 +125,12 @@ License: You must have a valid license purchased only from themeforest(the above
+
+
+
+
+
+
@@ -138,11 +144,7 @@ License: You must have a valid license purchased only from themeforest(the above
-
-
-
-
-
+
@yield('javascripts')