Merge branch 'new-master' of https://gitlab.com/online-sistem1/kaunter into pipiv2
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
$gadai_detail = Http::get($api_url . '/api/gadai/norujukan/'. $item['norujukan'])->json();
|
||||
$customer_detail = Http::get($api_url . '/api/customers/' . $gadai_detail[0][0]['nokp'])->json();
|
||||
|
||||
echo $customer_detail[0]['nama'];
|
||||
echo $customer_detail['nama'];
|
||||
@endphp
|
||||
</td>
|
||||
<td>{{$gadai_detail[0][0]['nokp']}}</td>
|
||||
|
||||
Reference in New Issue
Block a user