update kpbaru dan kplama
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Nama</th>
|
<th>Nama</th>
|
||||||
<th>No KP</th>
|
<th>No KP</th>
|
||||||
<th>Passport/KPlama</th>
|
|
||||||
<th>Kod Cawangan</th>
|
<th>Kod Cawangan</th>
|
||||||
<th>Tindakan</th>
|
<th>Tindakan</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -18,8 +17,14 @@
|
|||||||
@foreach(session('customer_list') as $customer)
|
@foreach(session('customer_list') as $customer)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $customer['nama'] }}</td>
|
<td>{{ $customer['nama'] }}</td>
|
||||||
<td>{{ $customer['kpbaru']}}</td>
|
<td> @php
|
||||||
<td>{{ $customer['kplama']}}</td>
|
if($customer['kpbaru'] != null){
|
||||||
|
$noic = $customer['kpbaru'];
|
||||||
|
}else{
|
||||||
|
$noic = $customer['kplama'];
|
||||||
|
}
|
||||||
|
@endphp
|
||||||
|
{{ $noic }}</td>
|
||||||
<td>{{ $customer['kodcaw'] }}</td>
|
<td>{{ $customer['kodcaw'] }}</td>
|
||||||
<td>
|
<td>
|
||||||
<form action="{{ route('arcc.pilihpelanggan.proceed') }}" method="POST">
|
<form action="{{ route('arcc.pilihpelanggan.proceed') }}" method="POST">
|
||||||
|
|||||||
Reference in New Issue
Block a user