This commit is contained in:
2025-07-26 13:25:50 +05:00
commit 69dd14e06c
311 changed files with 50685 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<!-- Search Box Start -->
<div class="header__area-menubar-right-search-box">
<form>
<input type="search" placeholder="{{ __('Search Here') }}.....">
<button type="submit"><i class="fal fa-search"></i></button>
</form>
<span class="header__area-menubar-right-search-box-icon"><i class="fal fa-times"></i></span>
</div>
<!-- Search Box End -->