Added SB Admin v2.0

This commit is contained in:
Deon George
2016-10-14 15:06:12 +11:00
parent a42f06ef7e
commit ee884fac43
167 changed files with 61505 additions and 41 deletions

View File

@@ -0,0 +1,26 @@
<table class="table {{ $class }}">
<thead>
<tr>
<th>Name</th>
<th>Email</th>
<th>Address</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>john@gmail.com</td>
<td>London, UK</td>
</tr>
<tr>
<td>Andy</td>
<td>andygmail.com</td>
<td>Merseyside, UK</td>
</tr>
<tr>
<td>Frank</td>
<td>frank@gmail.com</td>
<td>Southampton, UK</td>
</tr>
</tbody>
</table>