mining ledger troubleshooting
This commit is contained in:
@@ -81,8 +81,6 @@ class MoonLedgerController extends Controller
|
||||
$structures[$resp->observer_id] = $structureInfo->name;
|
||||
}
|
||||
|
||||
dd($structures);
|
||||
|
||||
return view('moons.ledger.displayselect')->with('structures', $structures);
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{!! Form::open(['action' => 'Moons\MoonLedgerController@displayLedger', 'method' => 'POST']) !!}
|
||||
<div class="form-group">
|
||||
{{ Form::label('structure', 'Structure') }}
|
||||
{{ Form::select('structure', $structures[], null, ['placeholder' => 'Select Structure']) }}
|
||||
{{ Form::select('structure', $structures, null, ['placeholder' => 'Select Structure']) }}
|
||||
</div>
|
||||
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
||||
{!! Form::close() !!}
|
||||
|
||||
Reference in New Issue
Block a user