From 93b234b2f97bc77a5413f7a09ba92869830838f1 Mon Sep 17 00:00:00 2001 From: afiq Date: Mon, 15 Feb 2021 12:33:44 +0800 Subject: [PATCH] pembiayaan semasa --- resources/views/customers/info.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/customers/info.blade.php b/resources/views/customers/info.blade.php index 0415fdf..bfa3fb4 100644 --- a/resources/views/customers/info.blade.php +++ b/resources/views/customers/info.blade.php @@ -230,7 +230,7 @@
@php - $outstanding_semasa = Http::get($api_url . '/api/gadai/customers/'. $customer_info['kpbaru'] .'/outstandingsemasa')->json(); + $outstanding_semasa = Http::get($api_url . '/api/gadai/customers/'. $customer_info['kpbaru'] .'/outstandingsemasa/'.$cawangan_info['kodcaw'])->json(); @endphp