fix no passport on laporan senarai pelanggan baru
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
@foreach($senaraipelanggan as $index=>$item)
|
||||
<tr>
|
||||
<td>{{ $counter }}</td>
|
||||
<td>{{$item['kpbaru']}}</td>
|
||||
<td>{{ !empty($item['kpbaru']) ? $item['kpbaru'] : $item['kplama'] }}</td>
|
||||
<td>{{ $item['nama']}}</td>
|
||||
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user