@section('title') {{'Servers'}} @endsection @section('style') @endsection @section('scripts') @endsection {{ __('Servers') }}
Add server Compare servers
@if(!empty($servers)) @foreach($servers as $server) @endforeach @else @endif
Name OS Location Provider Price Due in Had since Actions
{{ $server->hostname }} {{ App\Models\Server::serviceServerType($server->server_type) }} {!!App\Models\Server::osIntToIcon($server->os_id, $server->os_name)!!} {{$server->cpu}} @if($server->ram_as_mb > 1024) {{ number_format(($server->ram_as_mb / 1000),0) }}GB @else {{$server->ram_as_mb}}MB @endif @if($server->disk > 1000) {{ number_format(($server->disk / 1000),1) }}TB @else {{$server->disk}}GB @endif {{ $server->location }} {{ $server->provider_name }} {{ $server->price }} {{$server->currency}} {{\App\Process::paymentTermIntToString($server->term)}} {{now()->diffInDays(Carbon\Carbon::parse($server->next_due_date))}} days {{ $server->owned_since }}
No servers found.
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

@endif