So my array looks like this
Now, I want to show them in Views in a foreach. But when I do this,
@foreach($schema_const as $const)
<option value="{{$const}}">{{$const}} </option>
@endforeach
it get the data from the right (value). How do I loop the data from the left? (the key)