delete column Bil at Harga Emas
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Bil</th>
|
{{-- <th>Bil</th> --}}
|
||||||
<th>Mutu Emas</th>
|
<th>Mutu Emas</th>
|
||||||
<th>Karat</th>
|
<th>Karat</th>
|
||||||
<th>Harga/Gram</th>
|
<th>Harga/Gram</th>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($harga_emas as $harga)
|
@foreach($harga_emas as $harga)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $harga['recno'] }}</td>
|
{{-- <td>{{ $harga['recno'] }}</td> --}}
|
||||||
<td>{{ $harga['keterangan'] }}</td>
|
<td>{{ $harga['keterangan'] }}</td>
|
||||||
<td>{{ $harga['karat'] }}</td>
|
<td>{{ $harga['karat'] }}</td>
|
||||||
<td>{{ number_format($harga['harga'],2) }}</td>
|
<td>{{ number_format($harga['harga'],2) }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user