delete column Bil at Harga Emas

This commit is contained in:
Afrina Alimi
2024-01-03 15:21:50 +08:00
parent 1fc38b75b6
commit 68c896b37f
+2 -2
View File
@@ -18,7 +18,7 @@
<table class="table table-striped table-bordered table-hover">
<thead class="thead-dark">
<tr>
<th>Bil</th>
{{-- <th>Bil</th> --}}
<th>Mutu Emas</th>
<th>Karat</th>
<th>Harga/Gram</th>
@@ -27,7 +27,7 @@
<tbody>
@foreach($harga_emas as $harga)
<tr>
<td>{{ $harga['recno'] }}</td>
{{-- <td>{{ $harga['recno'] }}</td> --}}
<td>{{ $harga['keterangan'] }}</td>
<td>{{ $harga['karat'] }}</td>
<td>{{ number_format($harga['harga'],2) }}</td>