|
@@ -1033,8 +1033,8 @@
|
|
<input type="hidden" name="uid" value="{{$bill->uid}}">
|
|
<input type="hidden" name="uid" value="{{$bill->uid}}">
|
|
<p>Acknowledge Cancellation?</p>
|
|
<p>Acknowledge Cancellation?</p>
|
|
<div class="mb-0">
|
|
<div class="mb-0">
|
|
- <input type="text" class="text form-control form-control-sm" name="cancellationMemo" value="{{$bill->cancellation_memo}}" placeholder=""><br>
|
|
|
|
- <button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
|
|
|
+ {{--<input type="text" class="text form-control form-control-sm" name="cancellationMemo" value="{{$bill->cancellation_memo}}" placeholder=""><br>--}}
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|