update kpbaru dan kplama

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