@extends('dashboard.admin.layout') @section('title', 'Admin Dashboard') @section('page_subtitle', 'Unified dashboard shell with admin metrics, queues, and shortcuts.') @section('content')
Review growth, funding queues, wallet activity, and the fastest routes into user management, inventory, and transaction processing.
Jump directly to the admin workstreams that need the most attention.
| Reference | User | Type | Amount | Status | Date |
|---|---|---|---|---|---|
| {{ $tx->reference }} | {{ $tx->user->email }} | @if($tx->type === 'deposit') Deposit @elseif($tx->type === 'withdrawal') Withdrawal @else {{ ucfirst($tx->type) }} @endif | {{ number_format($tx->amount, 8) }} {{ $tx->asset }} | @if($tx->status === 'completed') Completed @elseif($tx->status === 'pending') Pending @else Rejected @endif | {{ $tx->created_at->format('Y-m-d H:i') }} |
| No transactions yet. | |||||
No cryptocurrencies configured.
@endforelse
Pending deposits: {{ $stats['pending_deposits'] }}
Pending withdrawals: {{ $stats['pending_withdrawals'] }}