@if(count($goods)>0) @foreach($goods as $row) @endforeach @endif @if(count($goods)<=0) @endif
商品ID 商品标题 选择
{{$row['id']}} {{$row['title']}}
未找到商品