@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') }} | {{ __('common.action') }} |
|---|---|---|---|
| {{ $order->created_at }} {{ __('shop/account.order.order_number') }}:{{ $order->number }} | |||
|
{{ $product->name }}
x {{ $product->quantity }}
|
@if ($loop->first)
{{ currency_format($order->total) }} | {{ __("common.order.{$order->status}") }} | {{ __('shop/account.order.check') }} | @endif