resto-dhepot/resources/views/pages/History/modal.blade.php

30 lines
1.4 KiB
PHP

<div class="modal fade" id="modal_detail_history" aria-labelledby="exampleModalLabel" >
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Detail History</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="table-responsive mt-3">
<table id="tabelku" class="table table-hover display" style="width: 100%; font-size: 14px;">
<thead>
<tr>
<th class="text-center">No</th>
<th>Nama Produk</th>
<th>Harga</th>
<th class="text-center">Jumlah Terjual</th>
<th>Total Harga</th>
<th class="text-center">Diskon(%)</th>
<th>Keterangan</th>
</tr>
</thead>
<tbody id="view_history_detail"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>