dashboard-group.template.blade.php 466 B

1234567891011121314
  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__ -->
  6. <span class="ml-auto"><!-- __GROUP_ACTION__ --></span>
  7. </th>
  8. </tr>
  9. </thead>
  10. <tbody>
  11. <!-- __GROUP_FIELDS__ -->
  12. </tbody>
  13. </table>
  14. </div>