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