This commit is contained in:
Dwi Swandhana
2026-04-20 09:50:38 +07:00
parent f964939863
commit 8628087bfc
2 changed files with 14 additions and 5 deletions
@@ -13,10 +13,12 @@
<i class="fa fa-file-excel-o"></i> Download Full Excel (CSV)
</a>
</div>
<div class="alert alert-info">
Preview Glass Report ditampilkan per halaman 50 pemeriksaan agar aman di memori. Untuk data lengkap gunakan tombol download CSV.
</div>
@foreach (['A', 'B', 'C'] as $tableKey)
<div class="table-responsive" style="margin-bottom: 24px;">
<h4>TABEL {{ $tableKey }}</h4>
<button type="button" class="btn btn-primary" id="btnexporttabel{{ $tableKey }}"><i class="fa fa-print"></i> Export</button>
<table class="table table-bordered table-sm" id="tabel{{ $tableKey }}">
<thead>
<tr>
@@ -41,6 +43,11 @@
</table>
</div>
@endforeach
@if(method_exists($orderbydate, 'links'))
<div class="mt-3">
{{ $orderbydate->links() }}
</div>
@endif
</div>
</div>
</div>