@extends('layouts.hosting') @section('title', 'Overview — Ladill Servers') @section('content')

Overview

Your VPS and dedicated servers at a glance.

@foreach([ ['Active servers', $activeCount, route('servers.vps')], ['VPS', $vpsCount, route('servers.vps')], ['Dedicated', $dedicatedCount, route('servers.dedicated')], ['Pending orders', $pendingOrderCount, route('servers.vps')], ] as [$label, $value, $link])

{{ $label }}

{{ $value }}

@endforeach

Your servers

@if ($recent->isEmpty())

No servers yet

Deploy a VPS or dedicated server — configure region, image, and billing in minutes.

@else @endif
@if ($pendingOrders->isNotEmpty())

Pending orders

@endif
@endsection