@extends('layouts.shop') @section('main') 支付信息 @include('hint.status') @include('hint.fail') @auth 下单 @endauth @guest 下单 @endguest 我的购物车 商品名字 商品图片 商品价格 数量 删除 @foreach ($cars as $car) {{ $car->product->name }} {{ $car->product->price }} @endforeach @endsection @section('script') @endsection