latest
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user