@extends('admin.layouts') @section('title', 'Cancelled Orders') @section('content')
| S/N | ORDER DATE | BILL ID | USER DETAILS | PRODUCT DETAILS | AMOUNT | ADDRESS | INSTRUCTION | STATUS |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($order->order_date)->format('d-m-Y') }} | {{ $order->order_random_id }} |
{{ $order->user_name }}
{{ $order->user->phone_number }}
{{ $order->user->email }}
|
View | {{ $order->amount }} | {{ $order->delivery_address }} | {{ $order->instruction }} |