{{ __('Manajemen pemesanan RDP/VPS (Cloud & Lokal IDN).') }}
| {{ __('Customer') }} | {{ __('Tipe') }} | {{ __('Spec') }} | {{ __('Durasi') }} | {{ __('Status') }} | {{ __('Tag') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
|
{{ $item->customer_name }}
@if ($item->customer_email)
{{ $item->customer_email }}
@endif
@if ($item->customer_phone)
{{ $item->customer_phone }}
@endif
@if ($item->customer_company)
{{ $item->customer_company }}
@endif
|
{{ strtoupper($item->vps_type) }}
{{ $item->vps_location ?: '-' }}
|
{{ $item->cpu_cores }}C / {{ $item->ram_gb }}GB
{{ $item->storage_gb }}GB
|
{{ $item->duration_days }} {{ __('hari') }} |
{{ $item->is_active ? __('Aktif') : __('Nonaktif') }}
{{ $deleted ? __('Terhapus') : strtoupper($item->status) }}
|
@if (is_array($item->tags) && count($item->tags))
@foreach (array_slice($item->tags, 0, 4) as $tag)
{{ $tag }}
@endforeach
@else
-
@endif
|
{{ __('Edit') }} |
| {{ __('Tidak ada data.') }} | ||||||