diff --git a/resources/views/callcenter/pilihpelanggan.blade.php b/resources/views/callcenter/pilihpelanggan.blade.php index 08993f4..ed053e9 100644 --- a/resources/views/callcenter/pilihpelanggan.blade.php +++ b/resources/views/callcenter/pilihpelanggan.blade.php @@ -9,6 +9,7 @@ Nama No KP + Passport/KPlama Kod Cawangan Tindakan @@ -17,7 +18,8 @@ @foreach(session('customer_list') as $customer) {{ $customer['nama'] }} - {{ $customer['kpbaru'] ?? $customer['kplama'] ?? '-' }} + {{ $customer['kpbaru']}} + {{ $customer['kplama']}} {{ $customer['kodcaw'] }}