This commit is contained in:
iVampireSP.com 2022-12-08 17:16:35 +08:00
parent af79a12fef
commit 0d9679aa69
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -38,7 +38,7 @@
</td> </td>
<td> <td>
@if ($host->managed_price !== null) @if ($host->managed_price !== null)
<span class="text-danger">{{ $host->managed_price }}</span> <span class="text-danger">{{ $host->managed_price }} </span>
@else @else
{{ $host->price }} {{ $host->price }}
@endif @endif