fix term di daftar pengguna,button dan surat wakil,sag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user