|
@@ -79,12 +79,12 @@
|
|
|
<input type="text" class="form-control rounded-0 py-3" name="purchasing_contact_name" required value="">
|
|
|
</div>
|
|
|
<div class="col-lg-3 form-group mb-4">
|
|
|
- <label>Phone Number:</label>
|
|
|
- <input type="tel" class="form-control rounded-0 py-3 phone" name="phone" value="">
|
|
|
+ <label>Phone Number: <span class="text-danger">*</span></label>
|
|
|
+ <input type="tel" class="form-control rounded-0 py-3 phone" required name="phone" value="">
|
|
|
</div>
|
|
|
<div class="col-lg-4 form-group mb-4">
|
|
|
- <label>Email:</label>
|
|
|
- <input type="email" class="form-control rounded-0 py-3" name="email" value="">
|
|
|
+ <label>Email: <span class="text-danger">*</span></label>
|
|
|
+ <input type="email" class="form-control rounded-0 py-3" required name="email" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
@@ -137,12 +137,12 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="p-3 v-center">
|
|
|
- <input type="number" name="quantity" min="1" v-model="quantity" class="form-control rounded-0 text-center" value="">
|
|
|
+ <input type="number" name="quantity" min="1" required v-model="quantity" class="form-control rounded-0 text-center" value="">
|
|
|
</td>
|
|
|
<td class="p-3 v-center">$70.00 per unit</td>
|
|
|
<td class="p-3 v-center">
|
|
|
<div class="d-flex align-items-baseline">
|
|
|
- <span>$</span> <input type="text" name="total" disabled class="form-control border-0 bg-transparent rounded-0 border-bottom border-dark" :value="quantity * 70">
|
|
|
+ <span>$</span> <input type="text" name="total" disabled class="form-control border-0 bg-transparent text-center rounded-0 border-bottom border-dark" :value="quantity * 70 || ''">
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -180,7 +180,7 @@
|
|
|
<div class="form-check mb-4">
|
|
|
<input class="form-check-input" type="checkbox" required value="">
|
|
|
<label class="form-check-label pointer">
|
|
|
- By submitting this order, buyer has read, understands, and agrees to MDE Medical's <a href="{{route('terms')}}">Terms and Conditions</a>. Any overdue payments shall bear interest at a rate equal to the lesser of: (i) 1.5% per month, or (ii) the maximum amount permitted by law, assessed from the date payment was initially due.
|
|
|
+ By submitting this order, buyer has read, understands, and agrees to MDE Medical's <a target="_blank" href="{{route('terms')}}">Terms and Conditions</a>. Any overdue payments shall bear interest at a rate equal to the lesser of: (i) 1.5% per month, or (ii) the maximum amount permitted by law, assessed from the date payment was initially due.
|
|
|
</label>
|
|
|
</div>
|
|
|
<div class="">
|
|
@@ -205,7 +205,7 @@
|
|
|
|
|
|
<p>However, if you or your practice have not received training on the Snyder HemBand System, you can request training online and we will contact you shortly to schedule.</p>
|
|
|
<div class="text-center my-4">
|
|
|
- <a href="{{route('physicians.get-trained')}}" class="btn btn-secondary rounded-0 px-5 py-3">Schedule Training</a>
|
|
|
+ <a href="{{route('physicians.get-trained')}}" class="btn btn-success btn-lg rounded-0 px-5 py-2">Schedule Training</a>
|
|
|
</div>
|
|
|
|
|
|
<h5 class="header">About our Ligator</h5>
|