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