@extends('admin.layouts.master') @section('title', 'Order Details') @section('content')
REASON FOR CANCELLATION: {{ $order->cancelled_reason }}
| Product Details | Item Price | Quantity | Total Amount | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $product->brand->name }} - {{ $product->sku }} @if($product->label) ({{ $product->label->name }}) @endif{{ $product->specification }} {{--Color: Pink Size: M --}} |
£{{ $orderDetail->price }} | {{ $orderDetail->quantity }} | {{--
| --}}
£{{ $orderDetail->total_amount }} | ||||||||||||
|
||||||||||||||||
{{ $orderLog->created_at->format('D, d M Y - H:iA') }}
Customer
Payment Method:
Payment Status:
Total Amount:
{{ $orderLog->created_at->format('D, d M Y - H:iA') }}