@extends('layouts.engine') @section('content')

Admin Dashboard

Mr Admin, You are welcome sir!.

Total Balance in Users' Accounts
@include('partials.balance')
Action Center
Update Amount Recovered

We still have {{ $recovered }} extraction you need to update. Please review them.

KYC Approval

Here is {{ $kyc }} new KYC waiting approval.

Bank Withdrawal

{{ $bank }} new bank details need to see.

Name
Email
Date Created
@foreach($user as $users)
{{ $users->user->name }}
{{ $users->user->email }}
11:37 {{ $users->created_at->diffForHumans() }}
@endforeach
#
Apikeys
@foreach($api as $apis)
{{ $loop->iteration }}
@endforeach
@endsection @section('scripts') @endsection