daftar kakitangan:

This commit is contained in:
Afiq
2021-01-10 08:56:13 +08:00
parent 38a66ac70f
commit a812f411c5
12 changed files with 490 additions and 34 deletions
+4 -1
View File
@@ -162,7 +162,10 @@ class CustomersController extends Controller
'noakaun' => $request->no_akaun,
'teller' => $auth_user['name'],
'telefon2' => $request->alternate_phone,
'nosiri' => $nosiri_latest
'nosiri' => $nosiri_latest,
'nota'=>$request->nota,
'kodkerja'=>$request->pekerjaan,
'tujuangadai'=>$request->tujuan_gadai,
]);
Session::put('customer_info',$customer_info);