diff --git a/resources/views/reseller/index.blade.php b/resources/views/reseller/index.blade.php index 6245ca5..74cb1a1 100644 --- a/resources/views/reseller/index.blade.php +++ b/resources/views/reseller/index.blade.php @@ -23,6 +23,7 @@ Location Provider Disk + Domains Price Due Had since @@ -39,6 +40,7 @@ {{ $row->location->name }} {{ $row->provider->name }} {{ $row->disk_as_gb }} GB + {{ $row->domains_limit }} {{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}} {{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}} {{ $row->owned_since }} diff --git a/resources/views/shared/index.blade.php b/resources/views/shared/index.blade.php index 584ceea..8118ad9 100644 --- a/resources/views/shared/index.blade.php +++ b/resources/views/shared/index.blade.php @@ -22,6 +22,7 @@ Location Provider Disk + Domains Price Due Had since @@ -37,6 +38,7 @@ {{ $row->location->name }} {{ $row->provider->name }} {{ $row->disk_as_gb }} GB + {{ $row->domains_limit }} {{ $row->price->price }} {{$row->price->currency}} {{\App\Process::paymentTermIntToString($row->price->term)}} {{Carbon\Carbon::parse($row->price->next_due_date)->diffForHumans()}} {{ $row->owned_since }}