@extends('layouts.admin') @section('title','Dashboard') @section('page-title','Admin Dashboard') @section('content') {{-- Stats Row --}}
{{ number_format($val) }}
{{ $label }}
Today's Volume
₦{{ number_format($stats['volume_today'], 2) }}
trending_up {{ now()->format('M d, Y') }}
Total Volume (All Time)
₦{{ number_format($stats['total_volume'], 2) }}
Completed orders
| Order ID | User | Asset | Payout | Action |
|---|---|---|---|---|
| {{ $order->order_id }} | {{ $order->user->name }} {{ $order->user->email }} |
{{ $order->asset_type }} | ₦{{ number_format($order->calculated_payout, 0) }} | Review |
| No pending orders 🎉 | ||||