@extends('admin.layouts.master') @section('title', 'Order Details') @section('content')
Customer
REASON FOR CANCELLATION: {{ $order->cancelled_reason }}
| Product Image | Product Details | Quantity | ||
|---|---|---|---|---|
|
|
{{ $product->name }} @if($product->label) ({{ $product->label->name }}) @endif{{ $product->specification }} {{--Color: Pink Size: M --}} |
{{ $orderDetail->quantity }} | {{--
| --}}
{{ $orderLog->created_at->format('D, d M Y - H:iA') }}
{{ $order_placed->created_at->format('D, d M Y - h:i A') }}
@php $order_approved = $order->orderLogs->where('action', 'approved')->last(); @endphp @if ($order_approved){{ $order_approved->created_at->format('D, d M Y - h:i A') }}
@endifFri, 17 Dec 2021 - 9:45AM
Sat, 18 Dec 2021 - 4.54PM
Payment Method:
Payment Status:
Total Amount: