Renewal amount added
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
<input type="text" class="form-control other-input mt-3" readonly
|
||||
value="${{ $isSubscribedUser->amount }}">
|
||||
</div>
|
||||
|
||||
<div class="inn-group my-4">
|
||||
<label class="comm-head" for="">Next Renual Due Amount</label>
|
||||
<input type="text" class="form-control other-input mt-3" readonly
|
||||
value="${{ $isSubscribedUser->next_invoice_amount }}">
|
||||
</div>
|
||||
|
||||
<div class="inn-group my-4">
|
||||
<label class="comm-head" for="">Renewal date</label>
|
||||
<input type="text" class="form-control other-input mt-3" readonly
|
||||
|
||||
Reference in New Issue
Block a user