24 lines
823 B
Plaintext
24 lines
823 B
Plaintext
<div class="flex w-full flex-col items-end p-4">
|
|
<a href="@Url.Action("CreateAlatPengumpulSampah", "ProfilRw")" class="btn btn-primary w-32 rounded-full text-white">
|
|
<span class="icon icon-fill me-2">add</span>
|
|
Tambah
|
|
</a>
|
|
</div>
|
|
|
|
<div class="overflow-x-auto">
|
|
<table class="table-zebra table w-full text-sm" id="tableAlatPengumpulSampah">
|
|
<thead>
|
|
<tr>
|
|
<th class="w-[5%]">No</th>
|
|
<th class="w-[15%]">Wilayah</th>
|
|
<th class="w-[30%]">Alat Pengumpul</th>
|
|
<th class="w-[10%]">Petugas</th>
|
|
<th class="w-[15%]">Jadwal</th>
|
|
<th class="w-[10%]">TPS Tujuan</th>
|
|
<th class="w-[15%]">Aksi</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|