@extends('layouts.app')
@section('body-class', 'page-account')
@section('content')
{{ __('front/order.order_number') }} | {{ __('front/order.order_date') }} | {{ __('front/order.order_billing') }} | {{ __('front/order.order_status') }} | {{ __('front/order.order_total') }} | {{ __('front/common.action') }} |
---|---|---|---|---|---|
{{ $order->number }} | {{ $order->created_at->format('Y-m-d') }} | {{ $order->billing_method_name }} | {{ $order->status_format }} | {{ $order->total }} | {{ __('front/common.view') }} |