@extends('layout.store') @section('title') 列表 @endsection @section('content')
@foreach($sList as $k=>$v)

{{$v['title']}}

¥{{$v['price']}}

{{$v['desrc']}}

@endforeach
@endsection @section('myJs') @endsection