diff --git a/resources/views/hosts/index.blade.php b/resources/views/hosts/index.blade.php index 64b4cff..9d4fa66 100644 --- a/resources/views/hosts/index.blade.php +++ b/resources/views/hosts/index.blade.php @@ -31,7 +31,7 @@ {{ $host->name }} - + @if ($host->managed_price !== null) {{ $host->managed_price }} 元 @else @@ -41,6 +41,10 @@ @if($host->billing_cycle) 到期时间:{{ $host->next_due_at }} +
+ 续费价格: {{ $host->getRenewPrice() }} 元 +
+ 续费后到期时间: {{ $host->getNewDueDate() }} @endif