removed login email placeholder and added datepicker on date filter on sms list
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user