|
@@ -27,7 +27,7 @@
|
|
|
<div class="container py-5">
|
|
|
<div class="row justify-content-center">
|
|
|
<div class="col-lg-8">
|
|
|
- <h5 class="header">Contact Us</h5>
|
|
|
+ <h5 class="header mb-3">Contact Us</h5>
|
|
|
<form class="" action="{{ route('physicians.submit-contact-us') }}" method="post" autocomplete="off">
|
|
|
@csrf
|
|
|
|
|
@@ -88,7 +88,7 @@
|
|
|
</div>
|
|
|
<div class="form-group mb-4">
|
|
|
<label>Phone <span class="text-danger">*</span> </label>
|
|
|
- <input type="tel" class="form-control rounded-0 py-3 phone" required phone placeholder="(xxx) xxx-xxxx" name="phone" value="{{ old('phone') }}">
|
|
|
+ <input type="tel" class="form-control rounded-0 py-3 phone" required name="phone" value="{{ old('phone') }}">
|
|
|
@error('phone')
|
|
|
<small class="text-warning">{{$message}}</small>
|
|
|
@enderror
|