tambah kplama

This commit is contained in:
Nur Izzati
2025-08-03 16:02:38 +08:00
parent db73b5e2dc
commit 97cf442f8d
@@ -9,6 +9,7 @@
<tr>
<th>Nama</th>
<th>No KP</th>
<th>Passport/KPlama</th>
<th>Kod Cawangan</th>
<th>Tindakan</th>
</tr>
@@ -17,7 +18,8 @@
@foreach(session('customer_list') as $customer)
<tr>
<td>{{ $customer['nama'] }}</td>
<td>{{ $customer['kpbaru'] ?? $customer['kplama'] ?? '-' }}</td>
<td>{{ $customer['kpbaru']}}</td>
<td>{{ $customer['kplama']}}</td>
<td>{{ $customer['kodcaw'] }}</td>
<td>
<form action="{{ route('arcc.pilihpelanggan.proceed') }}" method="POST">