@extends('goods.index') @section('foreach') @foreach($list as $item) {{$item['id']}} {{$item['title']}} @if($item['has_option']==1) {{$item['price']}} @else {{$item['price']}} @endif
@if($item['has_option']==1) {{$item['stock']}} @else {{$item['stock']}} @endif {{$item['real_sales']}}
{!! QrCode::size(120)->generate(yzAppFullUrl('goods/'.$item['id'])) !!}
推广链接
复制链接 编辑   删除   同步跟新商品
@endforeach @endsection @section('add_goods') {{-- 发布{{$lang['good']}}--}} @endsection