dashboard-group.template.blade.php 382 B

123456789101112
  1. <div class="table-responsive p-0 bg-white table-sm mb-3">
  2. <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
  3. <thead>
  4. <tr>
  5. <th colspan="2" class="px-2"><!-- __GROUP_NAME__ --></th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <!-- __GROUP_FIELDS__ -->
  10. </tbody>
  11. </table>
  12. </div>