Setting selected option in laravel form

后端 未结 14 989
春和景丽
春和景丽 2020-12-25 14:09

I need to give selected value like this html:


   @foreach (\App\SystemCountry::orderBy('country')->get() as $country)
       
   @endforeach

提交回复
热议问题