This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-24 10:56:32 +08:00
parent c0ae6a04a0
commit 15cf079e2d
26 changed files with 75 additions and 796 deletions
@@ -93,7 +93,7 @@
#details td, #details th {
padding: 8px;
font-size:11px;
font-size:8px;
}
#details tr:nth-child(even){background-color: #ffffff;}
@@ -224,8 +224,7 @@
</tr>
@endif
<tr>
<td></td>
<td>{{$item['norujukan']}}</td>
<td colspan=2 style="width:100px">{{$item['norujukan']}}</td>
<td>
@php
$customer_detail = Http::get($api_url . '/api/customers/' . $item['nokp'])->json();
@@ -93,7 +93,7 @@
#details td, #details th {
padding: 8px;
font-size:11px;
font-size:8px;
}
#details tr:nth-child(even){background-color: #ffffff;}
@@ -226,8 +226,7 @@
</tr>
@endif
<tr>
<td></td>
<td>{{$item['norujukan']}}</td>
<td colspan=2>{{$item['norujukan']}}</td>
<td>
@php
$gadai_detail = Http::get($api_url . '/api/gadai/norujukan/'. $item['norujukan'])->json();