@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 --}}
---|---|---|
{{$v->rank}} | {{$v->title}} | {{-- @if (isset($rank_list[0]) && $rank_list[0]->score != ''){{$v->score}} | @endif --}}