@extends('layout.master') @section('body-class', 'page-account') @section('content')
近期订单
--}}|
|
订单号:{{ $order->number }} 共 {{ count($order->orderProducts) }} 件商品
下单时间:{{ $order->created_at }}
|
状态:{{ $order->status }} | 金额:{{ $order->total }} | 查看详情 |