diff --git a/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue index d9371827..fbf6cc66 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue @@ -2,7 +2,7 @@
-
+
@@ -156,32 +156,36 @@
-
-

{{ index + 1 }}.

-
-
-

Invoice No

-
{{ invoice.bill_no }}
-
- -
-

-
-
-

Invoice Date

-
{{ invoice.created_at }}
-
-
-

Amount

-
{{ invoice.amount.toFixed(2) }}
+
+
+
+

{{ index + 1 }}.

+
+
+

Invoice No

+
{{ invoice.bill_no }}
+
+ +
+
+
+

+
+
+

Invoice Date

+
{{ invoice.created_at }}
+
+
+

Amount

+
{{ invoice.amount.toFixed(2) }}
+
+
- -