removed login email placeholder and added datepicker on date filter on sms list

This commit is contained in:
Kwesi Banson Jnr
2026-04-22 19:15:46 +00:00
parent d42764a89d
commit 16f2dbbdb6
2 changed files with 73 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
<!doctype html>
<!-- -->
<html lang="en">
<head>
<meta charset="utf-8">
@@ -80,7 +81,13 @@
@csrf
<div class="mb-3">
<label for="companyEmail" class="form-label fw-semibold">Email</label>
<input type="email" name="email" class="form-control" id="companyEmail" placeholder="client@click-mobile.com" value="" autocomplete="">
<div class="input-group">
<span class="input-group-text bg-white border-end-0 rounded-start-4">
<i class="bi bi-envelope-at"></i>
</span>
<input type="email" name="email" class="form-control" id="companyEmail" placeholder="" value="" autocomplete="">
</div>
</div>
<div class="mb-3">