row colors for the table
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($table as $row)
|
||||
<tr class="{{ $color }}">
|
||||
<tr class="{{ $row['RowColor'] }}">
|
||||
<td>{{ $row['SPM'] }}</td>
|
||||
<td>{{ $row['StructureName'] }}</td>
|
||||
<td>{{ $row['FirstOre'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user