Fix resit PS align arrahn logo and text salinan pelanggan,pejabat
This commit is contained in:
@@ -340,6 +340,21 @@ hr.new5 {
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
.header-style{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.header-style span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-align: right;
|
||||
background-color: #d9deda;
|
||||
color: black;
|
||||
padding: 2px;
|
||||
font-size: 10px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -348,17 +363,12 @@ hr.new5 {
|
||||
|
||||
|
||||
|
||||
<table>
|
||||
|
||||
<td rowspan="4" style="width:50px;"> <img src="{{ asset('img/ARRAHN1.png') }}" style="width:50px" alt="User Image" class="center" > </td>
|
||||
|
||||
</table>
|
||||
|
||||
<table id="cust">
|
||||
<tr>
|
||||
<th style="width:5px;"> Salinan Pelanggan</th>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="header-style">
|
||||
<img src="{{ asset('img/ARRAHN1.png') }}" style="width:50px" alt="User Image" class="center" >
|
||||
<div>
|
||||
<span><strong>Salinan Pelanggan</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
@@ -413,9 +423,18 @@ hr.new5 {
|
||||
<td style="width:10px">: RM {{ number_format($gadai['pinjaman']-$transaction_keuntungan['bayaran_pembiayaan'],2) }} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:10px"><b>Jumlah Bayaran</b></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:10px; font-size:17px"><b>Jumlah Bayaran</b></td>
|
||||
<td style="width:5px"> </td>
|
||||
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||
<td style="width:10px; font-size: 17px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="payment" style="border: none; margin-top:20px; width:55%">
|
||||
@@ -450,16 +469,12 @@ hr.new5 {
|
||||
|
||||
</table>
|
||||
|
||||
<table>
|
||||
|
||||
<td rowspan="4" style="width:50px;"> <img src="{{ asset('img/ARRAHN1.png') }}" style="width:50px" alt="User Image" class="center" > </td>
|
||||
|
||||
</table>
|
||||
<table id="cust">
|
||||
<tr>
|
||||
<th style="width:5px;"> Salinan Pejabat</th>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="header-style">
|
||||
<img src="{{ asset('img/ARRAHN1.png') }}" style="width:50px" alt="User Image" class="center" >
|
||||
<div>
|
||||
<span><strong>Salinan Pejabat</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<table id="inside">
|
||||
@@ -511,9 +526,18 @@ hr.new5 {
|
||||
<td style="width:10px">: RM {{ number_format($gadai['pinjaman']-$transaction_keuntungan['bayaran_pembiayaan'],2) }} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:10px"><b>Jumlah Bayaran</b></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:10px; font-size:17px"><b>Jumlah Bayaran</b></td>
|
||||
<td style="width:5px"> </td>
|
||||
<td style="width:10px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||
<td style="width:10px; font-size: 17px">: <b>RM {{ number_format($transaction_keuntungan['bayaran_pembiayaan']+$transaction_keuntungan['bayaran_keuntungan'],2) }}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="payment" style="border: none; margin-top:20px; width:55%">
|
||||
|
||||
Reference in New Issue
Block a user