28 lines
980 B
PHP
28 lines
980 B
PHP
<div class="card-header d-flex align-items-center justify-content-between">
|
|
<div class="card-heading">
|
|
<h4 class="card-title">Practice Users List</h4>
|
|
<button type="button" class="btn btn-primary btn-sm" >Primary</button>
|
|
<button type="button" class="btn btn-secondary btn-sm">Secondary</button>
|
|
<button type="button" class="btn btn-success btn-sm">Success</button>
|
|
<button type="button" class="btn btn-danger btn-sm">Danger</button>
|
|
<button type="button" class="btn btn-warning btn-sm">Warning</button>
|
|
<button type="button" class="btn btn-info btn-sm">Info</button>
|
|
<button type="button" class="btn btn-light btn-sm">Light</button>
|
|
<button type="button" class="btn btn-dark btn-sm">Dark</button>
|
|
|
|
<button type="button" class="btn btn-link btn-sm">Link</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="table-responsive">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|