@extends('layouts.app') {{-- Hidden element to store revenue data for JavaScript --}} @section('content') @if (session('success'))
10%
| Users | Order On | Payment Status | Status |
|---|---|---|---|
{{ $order->customer->FullName ?? 'N/A' }}{{ $order->customer->Email ?? 'N/A' }} |
{{ \Carbon\Carbon::parse($order->CreatedDate)->format('d M Y') }} | {{ $order->PaymentStatus ?? 'N/A' }} | {{ $order->orderStatus->Name ?? 'N/A' }} |
| No active orders found. | |||
| Users | Order On | Payment Status | Status |
|---|---|---|---|
{{ $order->customer->FullName ?? 'N/A' }}{{ $order->customer->Email ?? 'N/A' }} |
{{ \Carbon\Carbon::parse($order->CreatedDate)->format('d M Y') }} | {{ $order->PaymentStatus ?? 'N/A' }} | {{ $order->orderStatus->Name ?? 'N/A' }} |
| No completed orders found. | |||