Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

compound_parkir.blade.php 746B

12345678910111213141516171819202122232425262728293031323334
  1. <div class="data_table_main dt-responsive table-responsive">
  2. <table id="compoundParkir" class="table table-sm table-striped table-bordered nowrap" width="100%">
  3. <thead>
  4. <tr>
  5. <th>#</th>
  6. <th>Modul</th>
  7. <th>Kpd</th>
  8. <th>Jenis</th>
  9. <th>Tarikh Masa</th>
  10. <th>Kesalahan</th>
  11. <th>Kadar Kompaun</th>
  12. <th>No Plat</th>
  13. <th>PenguatKuasa</th>
  14. <th width="110">Status</th>
  15. <th>Tindakan</th>
  16. </tr>
  17. </thead>
  18. <tfoot>
  19. <tr>
  20. <th>#</th>
  21. <th>Modul</th>
  22. <th>Kpd</th>
  23. <th>Jenis</th>
  24. <th>Tarikh Masa</th>
  25. <th>Kesalahan</th>
  26. <th>Kadar Kompaun</th>
  27. <th>No Plat</th>
  28. <th>PenguatKuasa</th>
  29. <th width="110">Status</th>
  30. <th>Tindakan</th>
  31. </tr>
  32. </tfoot>
  33. </table>
  34. </div>