{{----}} @php use Illuminate\Support\Facades\DB; $DataSource = DB::table('tmforuse') ->get()->toArray(); $pk = "XIForCode"; $display = "XVForType"; @endphp {{--->orderBy('XISeasonCode','desc')--}} @foreach ($DataSource as $key => $item) $pk) selected @endif value="{{$item->$pk}}">{{$item->$pk}} : {{$item->$display}} @endforeach