fixing bug skit2
This commit is contained in:
@@ -166,9 +166,9 @@ class KhazanahController extends Controller
|
||||
|
||||
$cawangan_info = Http::get(config('api.url') . '/api/cawangan/'. $auth_user['cawangan'])->json();
|
||||
|
||||
$petibesi = Http::get(config('api.url') . '/api/VaultController/all/'. $auth_user['cawangan'])->json();
|
||||
|
||||
|
||||
return view('khazanah.alirantunai',compact('cawangan_info','api_url','arraytunaiharini','arraytunai','listUser'));
|
||||
return view('khazanah.alirantunai',compact('cawangan_info','api_url','arraytunaiharini','arraytunai','listUser','petibesi'));
|
||||
}
|
||||
|
||||
public function gadaian()
|
||||
@@ -943,6 +943,7 @@ class KhazanahController extends Controller
|
||||
if($amount>$baki_awal)
|
||||
{
|
||||
//WI ERROR MESSAGE SKIT
|
||||
dd($baki_awal);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user