|
@@ -393,7 +393,7 @@
|
|
|
<input type="hidden" name="uid" value="{{$bill->uid}}">
|
|
|
<p>Submit payment:</p>
|
|
|
<div class="mb-0">
|
|
|
- <input type="text" class="text" name="hcpPaymentAmount" value="{{$bill->hcp_expected_payment_amount}}" placeholder="amount"><br>
|
|
|
+ <input type="text" class="text form-control form-control-sm" name="hcpPaymentAmount" value="{{$bill->hcp_expected_payment_amount}}" placeholder="amount"><br>
|
|
|
<button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
</div>
|