table.blade.php 260 B

12345678910
  1. <div class="table-responsive pt-3 pb-3">
  2. <table class="table table-sm table-bordered table-hover">
  3. <thead class="text-primary">
  4. {{ $thead }}
  5. </thead>
  6. <tbody>
  7. {{ $tbody }}
  8. </tbody>
  9. </table>
  10. </div>