diff --git a/resources/views/admin/hosts/index.blade.php b/resources/views/admin/hosts/index.blade.php index b1a16f0..e07eb17 100644 --- a/resources/views/admin/hosts/index.blade.php +++ b/resources/views/admin/hosts/index.blade.php @@ -35,8 +35,12 @@ {{ $host->user->name }} - - {{ $host->price }} 元 + + @if ($host->managed_price !== null) + {{ $host->managed_price }} + @else + {{ $host->price }} 元 + @endif {{ $host->created_at }}