37 lines
619 B
PHP
37 lines
619 B
PHP
<div class="panel-heading">
|
|
<h6 class="panel-title">Quick Notes</h6>
|
|
</div>
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table class="table text-nowrap">
|
|
<thead>
|
|
<tr>
|
|
<th>Transport</th>
|
|
<th>Date/Time</th>
|
|
<th>Distance</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|