购物车总价
  • 订单总价
    {{ $totalAmount }}

支付信息

@include('hint.status')
{{ csrf_field() }} @foreach ($products as $product) @endforeach @foreach ($cars as $id) @endforeach
@include('hint.validate_errors')
@if ($addresses->isNotEmpty()) @else 添加收货地址 @endif

+ {{ $postAmount }}

我的订单

@foreach ($products as $product) @endforeach
商品名字 商品图片 商品价格 数量 小计
{{ $product->price }} * {{ $product->number }} {{ $product->total_amount }}