fix term di daftar pengguna,button dan surat wakil,sag

This commit is contained in:
unknown
2024-10-01 10:05:54 +08:00
parent 39f9a8a31c
commit a91beb92d7
16 changed files with 106 additions and 66 deletions
@@ -73,7 +73,7 @@
<option value="P">P = Tambah Pembiayaan</option>
@endif
@if($gadai['hargajualan'] == null)
<option value="U">U = Bayaran Upah</option>
<option value="U">U = Bayaran Keuntungan</option>
@endif
</select>
</div>
@@ -117,6 +117,7 @@
<th>Karat</th>
<th>Harga</th>
<th>Harga Semasa</th>
<th>Nota</th>
</tr>
</thead>
<tbody>
@@ -143,8 +144,8 @@
<td>RM {{ $m['harga'] }}</td>
<td>RM {{ number_format(floatval($hargabaru['harga']),2) }} @php if($m['harga'] > $hargabaru['harga']) echo '<span class="fas fa-arrow-down text-danger"></span>'; if($m['harga'] < $hargabaru['harga']) echo '<span class="fas fa-arrow-up text-success"></span>';
if($m['harga'] === $hargabaru['harga']) echo '<span class="fas fa-minus text-info"></span>';
@endphp</td>
<td>RM {{ $m['nota'] }}</td>
</tr>
@php $count++; @endphp
@endforeach