diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0792679..9c1d762 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,220 +1,69 @@ @section("title", "Home") -
- @if (Route::has('login')) - @auth
-
-
-
-

{{ $information['servers'] }}

-
Servers
-
-
-
+
-
-
-
-

{{ $information['shared'] }}

-
Shared
-
-
-
+
-
-
-
-

{{ $information['reseller'] }}

-
Reseller
-
-
-
+
-
-
-
-

{{ $information['domains'] }}

-
Domains
-
-
-
+
-
-
-
-

{{ $information['misc'] }}

-
Misc
-
-
-
+
-
-
-
-

{{ $information['dns'] }}

-
DNS
-
-
-
+
-
-
-
-

- {{$information['total_cost_weekly']}} - {{$information['currency']}} -

-

Weekly cost

-
-
-
+
-
-
-
-

- {{$information['total_cost_monthly']}} - {{$information['currency']}} -

-

Monthly cost

-
-
-
+
-
-
-
-

- {{$information['total_cost_yearly']}} - {{$information['currency']}} -

-

Yearly cost

-
-
-
+
-
-
-
-

- {{$information['total_cost_2_yearly']}} - {{$information['currency']}} -

-

2 yearly cost

-
-
-
+
-
-
-
-

{{$information['total_services']}}

-

Active services

-
-
-
+
-
-
-
-

{{$information['total_inactive']}}

-

Inactive services

-
-
-
+
-
-
-
-

{{$information['servers_summary']['cpu_sum']}}

-

CPU

-
-
-
+
-
-
-
-

{{number_format($information['servers_summary']['ram_mb_sum'] / 1024, 2)}} - GB

-

RAM

-
-
-
+
-
-
-
-

- @if($information['servers_summary']['disk_gb_sum'] >= 1000) - {{number_format($information['servers_summary']['disk_gb_sum'] / 1024,2)}} - TB - @else - {{$information['servers_summary']['disk_gb_sum']}} GB - @endif -

-

Disk

-
-
-
+ @if($information['servers_summary']['disk_gb_sum'] >= 1000) + + @else + + @endif
-
-
-
-

{{number_format($information['servers_summary']['bandwidth_sum'] / 1024,2)}} - TB

-

Bandwidth

-
-
-
+
-
-
-
-

{{$information['servers_summary']['locations_sum']}}

-

Locations

-
-
-
+
-
-
-
-

{{$information['servers_summary']['providers_sum']}}

-

Providers

-
-
-
-
+
@if(Session::get('due_soon_amount') > 0) @@ -404,15 +253,4 @@

@endif
- - @else - Login - - @if (Route::has('register')) - Register - @endif - @endauth - - @endif -