@section('title') {{'Home'}} @endsection
@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

{{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)

Due soon

@if(!empty($information['due_soon']))
@foreach($information['due_soon'] as $due_soon) @endforeach
Name Type Due Price
@if($due_soon->service_type === 1) {{$due_soon->hostname}} @elseif($due_soon->service_type === 2) {{$due_soon->main_domain}} @elseif($due_soon->service_type === 3) {{$due_soon->reseller}} @elseif($due_soon->service_type === 4) {{$due_soon->domain}}.{{$due_soon->extension}} @elseif($due_soon->service_type === 5) {{$due_soon->name}} @elseif($due_soon->service_type === 6) {{$due_soon->title}} @endif @if($due_soon->service_type === 1) VPS @elseif($due_soon->service_type === 2) Shared @elseif($due_soon->service_type === 3) Reseller @elseif($due_soon->service_type === 4) Domain @elseif($due_soon->service_type === 5) Misc @elseif($due_soon->service_type === 6) Seedbox @endif {{Carbon\Carbon::parse($due_soon->next_due_date)->diffForHumans()}} {{$due_soon->price}} {{$due_soon->currency}} {{\App\Process::paymentTermIntToString($due_soon->term)}} @if($due_soon->service_type === 1) @elseif($due_soon->service_type === 2) @elseif($due_soon->service_type === 3) @elseif($due_soon->service_type === 4) @elseif($due_soon->service_type === 5) @elseif($due_soon->service_type === 6) @endif
@endif @endif @if(Session::get('recently_added_amount') > 0)

Recently added

@if(!empty($information['newest']))
@foreach($information['newest'] as $new) @endforeach
Name Type Added Price
@if($new->service_type === 1) {{$new->hostname}} @elseif($new->service_type === 2) {{$new->main_domain}} @elseif($new->service_type === 3) {{$new->reseller}} @elseif($new->service_type === 4) {{$new->domain}}.{{$new->extension}} @elseif($new->service_type === 5) {{$new->name}} @elseif($new->service_type === 6) {{$new->title}} @endif @if($new->service_type === 1) VPS @elseif($new->service_type === 2) Shared @elseif($new->service_type === 3) Reseller @elseif($new->service_type === 4) Domain @elseif($new->service_type === 5) Misc @elseif($new->service_type === 6) Seedbox @endif {{Carbon\Carbon::parse($new->created_at)->diffForHumans()}} {{$new->price}} {{$new->currency}} {{\App\Process::paymentTermIntToString($new->term)}} @if($new->service_type === 1) @elseif($new->service_type === 2) @elseif($new->service_type === 3) @elseif($new->service_type === 4) @elseif($new->service_type === 5) @elseif($new->service_type === 6) @endif
@endif @endif @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Page took {{$information['execution_time']}} seconds, Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}), Rates By Exchange Rate API

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