@extends('packer.layouts.master') @section('title', 'Order Details') @section('content')
Product Image | Product Details | Quantity | ||
---|---|---|---|---|
|
{{ $product->name }} @if($product->label) ({{ $product->label->name }}) @endif{{ $product->specification }} {{--Color: Pink Size: M --}} |
{{ $orderDetail->quantity }} | {{--
| --}}
Customer
REASON FOR CANCELLATION: {{ $order->cancelled_reason }}
{{ $orderLog->created_at->format('D, d M Y - H:iA') }}