row colors for the table

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

View File

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