ledger stuff for users

This commit is contained in:
2021-03-21 01:25:56 +09:00
parent 223a457f93
commit 0a22ba67c5

View File

@@ -30,7 +30,7 @@
</thead> </thead>
<tbody> <tbody>
@foreach($miningLedgers as $ledger) @foreach($miningLedgers as $ledger)
@if($ledger['structure'] == $structure['name']) @if($ledger['structure'] == $structure)
<tr> <tr>
<td>{{ $ledger['structure'] }}</td> <td>{{ $ledger['structure'] }}</td>
<td>{{ $ledger['character'] }}</td> <td>{{ $ledger['character'] }}</td>