Overview
Welcome to Fortlink Dashboard.
Total Amount Deposited
{{-- ₦ --}}
${{ number_format($totalDeposit, 2, '.', ',') }}
Total Users
{{ $TotalUser }}
Total Amount Withdrawn
${{ number_format($totalWithdrawn, 2, '.', ',') }}
New Users
Profile
Username
Email
Phone
Verified
Joined At
Status
@if ($user->phone)
{{ $user->phone }}
@else
****
@endif
- @if ($user->isverified) Verified @else Not Verified @endif
{{ date('d M,Y', strtotime($user->createdAt)) }}
@if ($user->isUserSuspended == 'FALSE')
Active
@else
Suspended
@endif
No user found!
@endif
Latest Deposits
Creator
Type
Transaction id
Amount
{{-- proof
--}}
Created At
{{-- Action
--}}
{{ $tnx->tnxId }}
${{ number_format($tnx->amount, 2, '.', ',') }}
{{ date('d M,Y', strtotime($tnx->createdAt)) }}
No Transactions found!
@endif
Latest Withdrawal
Creator
Type
Transaction id
Amount
{{-- proof
--}}
Created At
{{-- Action
--}}
{{ $tnx->tnxId }}
${{ number_format($tnx->amount, 2, '.', ',') }}
{{--
{{ date('d M,Y', strtotime($tnx->createdAt)) }}
No Transactions found!
@endif