update message di khazanah dan importan work

This commit is contained in:
Ain Izazi
2024-12-04 22:22:01 +08:00
committed by dev_kopkb
parent d52eee991b
commit 6974e48b6e
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class KhazanahController extends Controller
return view('admin.customer_index',compact('search','noic','cawangan_info','bank','api_url','idtype'));
}
// return view('khazanah.index',compact('search','noic','cawangan_info','bank','api_url','idtype'));
return redirect()->back()->with('failed','Maaf,Tiada Data Pelanggan...');
return redirect()->back()->with('failed','Maaf, hanya taraf teller sahaja yang boleh mendaftar');
}
}