Merge pull request #67 from imlonghao/patch-1
fix: server page due in 0 days
This commit is contained in:
commit
e02f4f6b11
|
@ -79,7 +79,7 @@
|
||||||
<td class="text-nowrap">{{ $server->provider->name }}</td>
|
<td class="text-nowrap">{{ $server->provider->name }}</td>
|
||||||
<td class="text-nowrap">{{ $server->price->price }} {{$server->price->currency}} {{\App\Process::paymentTermIntToString($server->price->term)}}</td>
|
<td class="text-nowrap">{{ $server->price->price }} {{$server->price->currency}} {{\App\Process::paymentTermIntToString($server->price->term)}}</td>
|
||||||
<td class="text-nowrap">
|
<td class="text-nowrap">
|
||||||
{{now()->diffInDays(Carbon\Carbon::parse($server->next_due_date), false)}}
|
{{now()->diffInDays(Carbon\Carbon::parse($server->price->next_due_date), false)}}
|
||||||
<small>days</small></td>
|
<small>days</small></td>
|
||||||
<td class="text-nowrap"> {{ $server->owned_since }}</td>
|
<td class="text-nowrap"> {{ $server->owned_since }}</td>
|
||||||
<td class="text-nowrap">
|
<td class="text-nowrap">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user