Update Laporan Aliran Tunai Teller

This commit is contained in:
aiman
2025-10-12 12:11:53 +08:00
parent e9f9ebad30
commit e6c60a8d83
2 changed files with 296 additions and 207 deletions
@@ -621,6 +621,10 @@ class AliranTunaiController extends Controller
$teller = $auth_user['name'];
$lelong = Http::withOptions(['verify' => config('app.api_verify')])->get(config('api.url').'/api/lelong/harini/'.$auth_user['cawangan'])->json();
$bakiLelong = Http::withOptions(['verify' =>config('app.api_verify')])->get(config('api.url') . '/api/lelong/bakilelongbyteller'.$auth_user['cawangan'])->json();
return view('aliran_tunai.laporan.laporanalirantunai',compact('tarikh_cetak','cawangan_info','cawangan','api_url','cawangan_detail','addtunai','alirantunai','teller'));
}