tambah kplama
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user