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