row colors for the table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user