diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php
index a43ef90418a9..00f4c8c78571 100644
--- a/resources/views/accounts/customize_design.blade.php
+++ b/resources/views/accounts/customize_design.blade.php
@@ -3,6 +3,7 @@
@section('head')
@parent
+ @include('money_script')
diff --git a/resources/views/accounts/invoice_design.blade.php b/resources/views/accounts/invoice_design.blade.php
index a28d63f70247..83012c4435df 100644
--- a/resources/views/accounts/invoice_design.blade.php
+++ b/resources/views/accounts/invoice_design.blade.php
@@ -3,6 +3,7 @@
@section('head')
@parent
+ @include('money_script')
@stop