@extends('customer.layout') @section('content')
Number | Date | Status | {{--Items | --}}Total | ||
---|---|---|---|---|---|---|
{{$order->order_code}} | {{ $order->created_at->format('d-m-Y') }} |
{{ $order->status }} |
{{-- 3 items | --}}
{{config('app.currency').''. number_format($order->total_amount) }}
|
|