@extends('layout.index') @section('content')
商品列表
@foreach($goods as $k=>$v)
商品ID 商品名 分类 价格 商品简介 库存 操作
{{$v['id']}} {{$v['title']}}
( ! ) Notice: Undefined variable: v in C:\websoft9\wampserver\www\madmin\resources\views\goods\index.blade.php on line 58
Call Stack
#TimeMemoryFunctionLocation
10.0000239208{main}( )...\index.blade.php:0

( ! ) Notice: Undefined variable: v in C:\websoft9\wampserver\www\madmin\resources\views\goods\index.blade.php on line 60
Call Stack
#TimeMemoryFunctionLocation
10.0000239208{main}( )...\index.blade.php:0

( ! ) Notice: Undefined variable: v in C:\websoft9\wampserver\www\madmin\resources\views\goods\index.blade.php on line 62
Call Stack
#TimeMemoryFunctionLocation
10.0000239208{main}( )...\index.blade.php:0
{{$cate}} {{$v['price']}} {{$v['desrc']}} {{$v['kucun']}}         @endforeach
{!!$goods->appends($request)->render()!!}
@endsection @section('myjs') @endsection