update nama cawangan dalam carian nama arcc

This commit is contained in:
Nur Izzati
2025-08-04 12:52:01 +08:00
parent ede5280151
commit cb572f728d
2 changed files with 20 additions and 5 deletions
@@ -9,7 +9,7 @@
<tr>
<th>Nama</th>
<th>No KP</th>
<th>Kod Cawangan</th>
<th>Nama Cawangan</th>
<th>Tindakan</th>
</tr>
</thead>
@@ -25,7 +25,7 @@
}
@endphp
{{ $noic }}</td>
<td>{{ $customer['kodcaw'] }}</td>
<td>{{ $customer['nama_cawangan'] }}</td>
<td>
<form action="{{ route('arcc.pilihpelanggan.proceed') }}" method="POST">
@csrf