row colors for the table

This commit is contained in:
2019-02-23 22:43:50 -06:00
parent 7ceabf25bb
commit a744c8dfc6

View File

@@ -20,8 +20,8 @@
<tbody>
@foreach($table as $row)
<tr>
<td class="{{ $row['RowColor'] }}">{{ $row['SPM'] }}</td>
<td class="{{ $row['RowColor'] }}">{{ $row['StructureName'] }}</td>
<td>{{ $row['SPM'] }}</td>
<td>{{ $row['StructureName'] }}</td>
<td>{{ $row['FirstOre'] }}</td>
<td>{{ $row['FirstQuantity'] }}</td>
<td>{{ $row['SecondOre'] }}</td>