@extends('layout.nojs') @section('title','购物车') @section('myCss') @endsection @section('content')
@foreach($goods as $k=>$v) @endforeach {{csrf_field()}}
图片 产品 价格 数量 总计 删除
{{$v['title']}} ¥{{$v['price']}} {{$v['price'] * $v['num']}}

×

@endsection @section('myJs') @endsection