增加 更多提示

This commit is contained in:
iVampireSP.com 2023-02-13 18:27:12 +08:00
parent 7ba00243d1
commit cc24398808
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -31,7 +31,7 @@
{{ $host->name }}
</td>
<td>
<td class="small">
@if ($host->managed_price !== null)
<span class="text-danger">{{ $host->managed_price }} </span>
@else
@ -41,6 +41,10 @@
@if($host->billing_cycle)
<x-billing-cycle :cycle="$host->billing_cycle"/>
到期时间:{{ $host->next_due_at }}
<br />
续费价格: {{ $host->getRenewPrice() }}
<br />
续费后到期时间: {{ $host->getNewDueDate() }}
@endif
</td>
<td>