@extends('layout.master') @section('body-class', 'page-account-order-list') @section('content')
| {{ __('shop/account.order.order_details') }} | {{ __('shop/account.order.amount') }} | {{ __('shop/account.order.state') }} | {{ __('shop/account.order.operate') }} |
|---|---|---|---|
| {{ $order->created_at }} {{ __('shop/account.order.order_number') }}:{{ $order->number }} | |||
|
{{ $product->name }}
{{ $product->quantity }}
|
@if ($loop->first)
{{ $order->total }} | {{ $order->status }} | {{ __('shop/account.order.check') }} | @endif