|
|
@@ -148,7 +148,7 @@
|
|
|
<select name="lg_id" id="lg_id" lay-filter = 'sect' lay-verify="required" autocomplete="off" class="layui-input" eventType=event-query>
|
|
|
<option value="">{{ trans('sportsfoot.lg_select') }}</option>
|
|
|
@foreach($data as $k=>$v)
|
|
|
- <option value="{{$v['id']}}">{{$v['name_chinese']}}</option>
|
|
|
+ <option value="{{$v['lg_id']}}">{{$v['name_chinese']}}</option>
|
|
|
@endforeach
|
|
|
</select>
|
|
|
</div>
|