@extends('layout.master') @section('body-class', 'page-account-order-list') @section('content')
| 订单详情 | 金额 | 状态 | 操作 |
|---|---|---|---|
| {{ $order->created_at }} 订单号:{{ $order->number }} | |||
|
{{ $product->name }}
{{ $product->quantity }}
|
@if ($loop->first)
{{ $order->total }} | {{ $order->status }} | 查看 | @endif