Operasional cepat • Aman • Transparan
{{ $kv['subtitle'] ?? 'Layanan joki dan automasi terpercaya dengan proses rapi, update jelas, dan hasil konsisten.' }}
Update jelas
Progress & estimasi terstruktur
Respons cepat
Prioritas kenyamanan client
Harga rapi
Paket mudah dipahami
Tanpa ribet
Brief jelas
Support after order
Ringkas
Menu paling sering dipesan
{{ count($menuMain ?? []) }} item
@foreach (array_slice($menuMain ?? [], 0, 5) as $item)
@endforeach
{{ $item['title'] ?? '' }}
@if (!empty($item['subtitle']))
{{ $item['subtitle'] }}
@endif
@php($prices = $item['prices'] ?? [])
@if (!empty($prices))
@foreach (array_slice($prices, 0, 3) as $p)
{{ $p }}
@endforeach
@endif
Layanan
Pilih paket sesuai kebutuhan. Semua item bisa konsultasi sebelum mulai.
@foreach (($menuMain ?? []) as $item)
@php($orderText = 'Halo min, saya mau order: '.(string) ($item['title'] ?? '').'. Bisa dibantu?')
@php($orderHref = $waEnabled ? ($waHref.'?text='.urlencode($orderText)) : '#kontak')
@endforeach
{{ $item['title'] ?? '' }}
@if (!empty($item['subtitle']))
{{ $item['subtitle'] }}
@endif
@php($prices = $item['prices'] ?? [])
@if (!empty($prices))
@foreach ($prices as $p)
@endif
@php($notes = $item['notes'] ?? [])
@if (!empty($notes))
{{ $p }}
@endforeach
@foreach ($notes as $n)
@endif
{{ $n }}
@endforeach
@foreach (($menuAdvanced ?? []) as $item)
@php($orderText = 'Halo min, saya mau tanya layanan: '.(string) ($item['title'] ?? '').'. Bisa info detail?')
@php($orderHref = $waEnabled ? ($waHref.'?text='.urlencode($orderText)) : '#kontak')
@endforeach
{{ $item['title'] ?? '' }}
@if (!empty($item['subtitle']))
{{ $item['subtitle'] }}
@endif
@php($prices = $item['prices'] ?? [])
@if (!empty($prices))
@foreach ($prices as $p)
@endif
{{ $p }}
@endforeach
Cara Order
Simple, cepat, dan jelas dari awal sampai selesai.
1
Pilih layanan
Tentukan paket, level, atau kebutuhan. Bisa konsultasi dulu.
2
Brief & konfirmasi
Kirim detail, aturan main, estimasi, dan metode pembayaran.
3
Proses & update
Pengerjaan jalan, update berkala, lalu serah terima.
{{ data_get($kv, 'member_dashboard.title', 'Dashboard Member') }}
{{ data_get($kv, 'member_dashboard.subtitle', '') }}
@foreach ((data_get($kv, 'member_dashboard.items', [])) as $item)
@endforeach
{{ $item }}
{{ data_get($kv, 'payments.title', 'Pembayaran') }}
@foreach ((data_get($kv, 'payments.methods', [])) as $m)
{{ $m }}
@endforeach
Konfirmasi pembayaran via chat agar proses bisa langsung dimulai.
Kontak
Tanya paket, estimasi, atau request khusus.
@foreach (($kv['contacts'] ?? []) as $c)
{{ $c }}
@endforeach