@extends('layouts.admin') @section('title','Orders') @section('page-title','Order Management') @section('content')
| Order ID | User | Asset / Amount | Payout | Status | Date | Action |
|---|---|---|---|---|---|---|
| {{ $order->order_id }} | {{ $order->user->name }} {{ $order->user->email }} |
{{ $order->asset_type }} {{ number_format($order->amount, 6) }} |
₦{{ number_format($order->calculated_payout, 0) }} | {{ $order->status }} | {{ $order->created_at->format('M d, H:i') }} |
@if($order->proof_file_path)
attachment
@endif
@if($order->chatThread)
chat_bubble
@endif
|
| No orders match this filter. | ||||||