delete column Bil at Harga Emas
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user