This commit is contained in:
hafifierahman
2021-02-25 16:41:54 +08:00
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1550,7 +1550,7 @@ class GadaiController extends Controller
array_push($array_percentage,['cawangan'=>$top5['cawangan'],'percentage_gadai'=>number_format($percentage,2)]);
}
// dd($array_percentage);
return response()->json($array_percentage);
}