row colors for the table

This commit is contained in:
2019-02-23 22:42:00 -06:00
parent d074893090
commit bd596ad260

View File

@@ -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>