Update: 2026-05-16 01:40:56
This commit is contained in:
@@ -1868,7 +1868,8 @@
|
||||
<!-- Invoices -->
|
||||
<div class="usage-card">
|
||||
<div style="display:flex; justify-content:space-between; margin-bottom:6px;">
|
||||
<span style="font-weight:700; color:var(--text-1); font-size:14px;">📄 رصيد الفواتير (سنوي)</span>
|
||||
<span style="font-weight:700; color:var(--text-1); font-size:14px;">📄 رصيد الفواتير
|
||||
<span x-text="subscription?.billing_cycle === 'monthly' ? '(شهري)' : '(سنوي)'"></span></span>
|
||||
<span class="num-font" style="font-weight:700; color:var(--green-mid);"
|
||||
x-text="(subscription?.invoices?.used || 0) + ' من ' + (subscription?.invoices?.limit || 0)"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user