From cc24398808916511818b4e258a41a44fcdd23714 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 18:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/hosts/index.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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