@extends('template.desktop.app') @section('title', 'Detail Customer Service') @push('styles') @endpush @section('content')
{{-- Header --}}

Detail Customer Service

Informasi lengkap dan riwayat transaksi CS

Kembali
{{-- Left: Profile --}}
{{-- Profile Top --}}
?

-

-
{{-- Balance Card --}}
Saldo Saat Ini
Rp {{ number_format($customerService->user->balance->balance ?? 0, 0, ',', '.') }}
{{-- Stats --}}
0
Total Box
0
Total Sachet
{{-- Detail Info --}}
Informasi CS
Username -
Email -
Telepon -
Gaji -
Target Box -
Periode -
Order Source -
{{-- Right: Transaction History --}}
Riwayat Saldo CS
Tanggal Tipe Arah Nominal Status Tgl Order Dibuat Catatan

Memuat data...

{{-- Withdraw Modal --}} {{-- Info Modal --}} @endsection @push('scripts') @endpush