@extends('layout.master') @section('body-class', 'page-cart') @push('header') @endpush @section('content')
@include('shared.steps', ['steps' => 1])
商品 数量 小计 操作
@{{ product.price }}
$1156.00
商品总计
  • 总数@{{ total_quantity }}
  • 总价@{{ amount_format }}
  • {{-- 去结账 --}}
@endsection @push('add-scripts') @endpush