fix customer api

This commit is contained in:
Afiq Zakwan Hamdan
2021-06-14 14:28:44 +08:00
parent 6db54b7c57
commit 7f1597ebf4
17 changed files with 70 additions and 70 deletions
@@ -219,7 +219,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>