country + status added and other changes

This commit is contained in:
2026-06-10 18:02:17 +05:45
parent 5a085148b4
commit a551ca538e
16 changed files with 1386 additions and 293 deletions
+7
View File
@@ -51,6 +51,13 @@
});
</script>
<script>
document.querySelector('input[name="search"]').addEventListener('input', function () {
clearTimeout(this._t);
this._t = setTimeout(() => this.closest('form').submit(), 400);
});
</script>
@stack('js')
</body>