diff --git a/app/helpers.php b/app/helpers.php
index e0284c77..4c5efdc7 100644
--- a/app/helpers.php
+++ b/app/helpers.php
@@ -167,8 +167,8 @@ if (!function_exists('public_asset')) {
/*
* Call mix() and then prepend the proper public URL
*/
-if (!function_exists('mix_public')) {
- function mix_public($path, array $parameters = [])
+if (!function_exists('public_mix')) {
+ function public_mix($path, array $parameters = [])
{
try {
$path = mix($path);
diff --git a/resources/views/admin/app.blade.php b/resources/views/admin/app.blade.php
index f3a5eb90..b8b7557e 100644
--- a/resources/views/admin/app.blade.php
+++ b/resources/views/admin/app.blade.php
@@ -21,9 +21,9 @@
-
-
-
+
+
+
@@ -84,8 +84,8 @@
{{-- Start of the required tags block. Don't remove these or things will break!! --}}
-
-
+
+
@yield('scripts')
{{--