latest
This commit is contained in:
@@ -39,6 +39,7 @@ class updateJbg extends Command
|
|||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
|
$updatejbg = Http::get(config('api.url') . '/api/updatejbgsemasa')->json();
|
||||||
|
$updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json();
|
||||||
if($updatejbg == 'successful'){
|
if($updatejbg == 'successful'){
|
||||||
return 0;
|
return 0;
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
width : 250px;
|
width : 250px;
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
margin-left: 200px;
|
margin-left: 100px;
|
||||||
margin-top: -70px;
|
margin-top: -70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -435,7 +435,17 @@
|
|||||||
|
|
||||||
<table style="margin-bottom:10px;" id="perjanjian">
|
<table style="margin-bottom:10px;" id="perjanjian">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="4"> PERJANJIAN PEMBIAYAAN AR-RAHN TAWARRUQ </th>
|
<th>
|
||||||
|
@php
|
||||||
|
echo '<img src="data:image/png;base64,' . DNS1D::getBarcodePNG($gadai_detail['nokp'], 'C128',1,20) . '" alt="barcode" />';
|
||||||
|
@endphp
|
||||||
|
</th>
|
||||||
|
<th colspan="2"> PERJANJIAN PEMBIAYAAN AR-RAHN TAWARRUQ </th>
|
||||||
|
<th>
|
||||||
|
@php
|
||||||
|
echo '<img src="data:image/png;base64,' . DNS1D::getBarcodePNG($gadai_detail['norujukan'], 'C128',1,20) . '" alt="barcode" />';
|
||||||
|
@endphp
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> NAMA</td>
|
<td> NAMA</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user