add new page konfirmasi bank
This commit is contained in:
29
Resources/views/pages/table.blade.php
Normal file
29
Resources/views/pages/table.blade.php
Normal file
@ -0,0 +1,29 @@
|
||||
<table class="table table-striped " id="table4">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">No</th>
|
||||
<th scope="col">Rekening</th>
|
||||
<th scope="col">Cabang</th>
|
||||
<th scope="col">Jenis Rekening</th>
|
||||
<th scope="col">Saldo</th>
|
||||
<th scope="col">Produk</th>
|
||||
<th scope="col">Mata Uang</th>
|
||||
<th scope="col">Tanggal Jatuh Tempo</th>
|
||||
<th scope="col">Check List</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="dataBody">
|
||||
<tr class="row-none">
|
||||
<td colspan="10" class="text-center">Tidak Ada Data Yang Ditampilkan</td>
|
||||
</tr>
|
||||
<tr style="display:none" class="loading1">
|
||||
<td colspan="10" class="text-center">
|
||||
<div class="spinner-border" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
Reference in New Issue
Block a user