Merged in update-resit-ujrah (pull request #127)

update resit (tebus/ansuran)
This commit is contained in:
arrahn pkb
2024-02-20 02:26:30 +00:00
2 changed files with 19 additions and 14 deletions
@@ -518,11 +518,11 @@
<td><strong>: RM {{ number_format($transaction['duit_masuk'], 2) }}</strong></td>
</tr>
</table>
<table id="payment" style="border: none; margin-top:20px; width: 60%">
{{-- <table id="payment" style="border: none; margin-top:20px; width: 60%">
<tr>
<td>Marhun: {{ $gadai['marhun'] }}</td>
</tr>
</table>
</table> --}}
<br>
<table id="semakan">
<tr>
@@ -534,7 +534,7 @@
<td colspan="3">Pelanggan</td>
<td colspan="9"></td>
<td colspan="3">Ar-Rahn</td>
<td colspan="3">Teller</td>
</tr>
<tr>
@@ -636,11 +636,11 @@
<td><strong>: RM {{ number_format($transaction['duit_masuk'], 2) }}</strong></td>
</tr>
</table>
<table id="payment" style="border: none; margin-top:20px; width: 60%">
{{-- <table id="payment" style="border: none; margin-top:20px; width: 60%">
<tr>
<td>Marhun: {{ $gadai['marhun'] }}</td>
</tr>
</table>
</table> --}}
<br>
<table id="semakan">
<tr>
@@ -652,7 +652,7 @@
<td colspan="3">Pelanggan</td>
<td colspan="9"></td>
<td colspan="3">Ar-Rahn</td>
<td colspan="3">Teller</td>
</tr>
<tr>
@@ -665,18 +665,21 @@
<td colspan="3">.................................................... </td>
</tr>
<tr>
<td colspan="3">Khazanah</td>
<td colspan="3">Teller</td>
<td></td>
<td colspan="3">{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }}</td>
<td></td>
<td colspan="3">Ar-Rahn</td>
<td colspan="3">Khazanah</td>
</tr>
<tr>
<td colspan="3"> {{ $khazanah_user->name }}</td>
<td colspan="3">{{ Auth::user()->name }}</td>
<td></td>
<td colspan="3">{{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }}</td>
<td></td>
<td colspan="3">{{ Auth::user()->name }}</td>
<td colspan="3"> {{ $khazanah_user->name }}</td>
</tr>
@@ -888,18 +891,20 @@
<td colspan="3">.................................................... </td>
</tr>
<tr>
<td colspan="3">Khazanah</td>
<td colspan="3">Teller</td>
<td></td>
<td colspan="3">{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }}</td>
<td></td>
<td colspan="3">Ar-Rahn</td>
<td colspan="3">Khazanah</td>
</tr>
<tr>
<td colspan="3">{{ $khazanah_user->name }}</td>
<td colspan="3"> {{ Auth::user()->name }}</td>
<td></td>
<td colspan="3">{{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }}</td>
<td></td>
<td colspan="3"> {{ Auth::user()->name }}</td>
<td colspan="3">{{ $khazanah_user->name }}</td>
</tr>