table fix
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($teams as $t)
|
@foreach($teams as $t)
|
||||||
<tr>
|
<tr>
|
||||||
<th{!! $t->name !!}</th>
|
<td{!! $t->name !!}</td>
|
||||||
<td>Column content</td>
|
<td>Column content</td>
|
||||||
<td>Column content</td>
|
<td>Column content</td>
|
||||||
<td>Column content</td>
|
<td>Column content</td>
|
||||||
|
Reference in New Issue
Block a user