@extends('layout.index') @section('content')
商城轮播列表
@foreach($lunbo as $k=>$v) @endforeach
ID 商品ID 商品名 轮播图 操作
{{$v['id']}} {{$v['gid']}} {{$v['title']}}        
@endsection @section('myjs') @endsection