@foreach ($tab_list as $k => $v)
@if ($v->id == $tab_id)
{{-- {{$v->title}}
@foreach ($rank_type_list as $val)
@if ($val->sr_id == $type_id)
{{$val->source}}
@endif
@endforeach
@endif
@endforeach
@foreach ($rank_type_list as $k => $v)
{{$v->title}}
@endforeach
--}}
{{-- @if (isset($rank_list[0]) && $rank_list[0]->score != '')
@endif --}}
@foreach ($rank_list as $k => $v)
{{-- @if (isset($rank_list[0]) && $rank_list[0]->score != '')
@endif --}}
@endforeach
排行 | 名稱 | 總分 |
---|---|---|
{{$v->rank}} | {{$v->title}} | {{$v->score}} |