/******/ (function() { // webpackBootstrap var __webpack_exports__ = {}; /*!************************************************!*\ !*** ./resources/js/pages/coming-soon.init.js ***! \************************************************/ /* Template Name: Skote - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: coming soon Init Js File */ $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $(this).html(event.strftime('' + '
%D Days
' + '
%H Hours
' + '
%M Minutes
' + '
%S Seconds
')); }); }); /******/ })() ;