ledger stuff for users
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($miningLedgers as $ledger)
|
||||
@if($ledger['structure'] == $structure['name'])
|
||||
@if($ledger['structure'] == $structure)
|
||||
<tr>
|
||||
<td>{{ $ledger['structure'] }}</td>
|
||||
<td>{{ $ledger['character'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user