where('kodcaw','=',$kodcaw)->first(); $gc=GlCode::on($cawangan['mysql'])->where('glcode','=',$request->glcode)->get(); return response()->json($gc); } public function GetGlcodeByActType($kodcaw,$acttype) { $current = Carbon::now(); $current = new Carbon(); $cawangan = Cawangan::on('mysql7')->where('kodcaw','=',$kodcaw)->first(); $gc=GlCode::on($cawangan['mysql'])->where('acttype','=',$acttype)->get(); return response()->json($gc); } }