Added domains limit to Shared and Reseller index view table
Added domains limit to Shared and Reseller index view table
This commit is contained in:
parent
14eac80912
commit
322898e62e
|
@ -23,6 +23,7 @@
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
<th>Provider</th>
|
<th>Provider</th>
|
||||||
<th>Disk</th>
|
<th>Disk</th>
|
||||||
|
<th>Domains</th>
|
||||||
<th>Price</th>
|
<th>Price</th>
|
||||||
<th>Due</th>
|
<th>Due</th>
|
||||||
<th>Had since</th>
|
<th>Had since</th>
|
||||||
|
@ -39,6 +40,7 @@
|
||||||
<td class="text-nowrap">{{ $row->location->name }}</td>
|
<td class="text-nowrap">{{ $row->location->name }}</td>
|
||||||
<td class="text-nowrap">{{ $row->provider->name }}</td>
|
<td class="text-nowrap">{{ $row->provider->name }}</td>
|
||||||
<td>{{ $row->disk_as_gb }} <small>GB</small></td>
|
<td>{{ $row->disk_as_gb }} <small>GB</small></td>
|
||||||
|
<td>{{ $row->domains_limit }}</td>
|
||||||
<td>{{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}}</td>
|
<td>{{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}}</td>
|
||||||
<td>{{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}}</td>
|
<td>{{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}}</td>
|
||||||
<td class="text-nowrap">{{ $row->owned_since }}</td>
|
<td class="text-nowrap">{{ $row->owned_since }}</td>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
<th>Provider</th>
|
<th>Provider</th>
|
||||||
<th>Disk</th>
|
<th>Disk</th>
|
||||||
|
<th>Domains</th>
|
||||||
<th>Price</th>
|
<th>Price</th>
|
||||||
<th>Due</th>
|
<th>Due</th>
|
||||||
<th>Had since</th>
|
<th>Had since</th>
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
<td class="text-nowrap">{{ $row->location->name }}</td>
|
<td class="text-nowrap">{{ $row->location->name }}</td>
|
||||||
<td class="text-nowrap">{{ $row->provider->name }}</td>
|
<td class="text-nowrap">{{ $row->provider->name }}</td>
|
||||||
<td>{{ $row->disk_as_gb }} <small>GB</small></td>
|
<td>{{ $row->disk_as_gb }} <small>GB</small></td>
|
||||||
|
<td>{{ $row->domains_limit }}</td>
|
||||||
<td>{{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}}</td>
|
<td>{{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}}</td>
|
||||||
<td>{{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}}</td>
|
<td>{{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}}</td>
|
||||||
<td class="text-nowrap">{{ $row->owned_since }}</td>
|
<td class="text-nowrap">{{ $row->owned_since }}</td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user