diff --git a/resources/assets/js/components/AkauntingCountdown.vue b/resources/assets/js/components/AkauntingCountdown.vue
new file mode 100644
index 000000000..d4e2fdfcb
--- /dev/null
+++ b/resources/assets/js/components/AkauntingCountdown.vue
@@ -0,0 +1,201 @@
+
+
+
+
+ {{ displayDays}}
+
{{ textDays }}
+
+
+ :
+
+
+ {{ displayHours }}
+
{{ textHours }}
+
+
+ :
+
+
+ {{ displayMinutes }}
+
{{ textMinutes }}
+
+
+ :
+
+
+ {{ displaySeconds }}
+
{{ textSeconds }}
+
+
+
+
+
+
+
+
diff --git a/resources/assets/js/mixins/global.js b/resources/assets/js/mixins/global.js
index 57044111f..28194946c 100644
--- a/resources/assets/js/mixins/global.js
+++ b/resources/assets/js/mixins/global.js
@@ -12,6 +12,7 @@ import AkauntingSelectRemote from './../components/AkauntingSelectRemote';
import AkauntingDate from './../components/AkauntingDate';
import AkauntingRecurring from './../components/AkauntingRecurring';
import AkauntingHtmlEditor from './../components/AkauntingHtmlEditor';
+import AkauntingCountdown from './../components/AkauntingCountdown';
import NProgress from 'nprogress';
import 'nprogress/nprogress.css';
@@ -33,6 +34,7 @@ export default {
AkauntingDate,
AkauntingRecurring,
AkauntingHtmlEditor,
+ AkauntingCountdown,
[Select.name]: Select,
[Option.name]: Option,
[Steps.name]: Steps,
diff --git a/resources/views/modules/item/pre_sale.blade.php b/resources/views/modules/item/pre_sale.blade.php
index 44a876104..74154f61e 100644
--- a/resources/views/modules/item/pre_sale.blade.php
+++ b/resources/views/modules/item/pre_sale.blade.php
@@ -61,8 +61,16 @@
+