@extends('admin.layouts.master') @section('content')

{{ $userCount}}

Users

{{ $exchangeCount }}

Exchanges

{{ $testimonialCount }}

Testimonials

50

Withdrawals

Here you can add some Widget to see your website visitors.

New Exchanges
@foreach($exchanges as $exchange) @endforeach
ID From To Amount send / Receive Exchange ID Status Process type Action
{{ $exchange->id }} {{ $exchange->gateway_send }} {{ $exchange->gateway_receive }} {{ $exchange->amount_send }} / {{ $exchange->amount_receive }} {{ $exchange->exchange_id }} {{ $exchange->status }}    
Quickly update reserve
@csrf
Quickly update exchange rate
Rate from Rate to
Pending documents for approval
ID Username Email address Document 1 Document 2 Registered on Action
11 hello hello@gmail.com doc1 doc2 01-01-2025
Pending withdrawals
ID User Amount Account Status Requested on Processed on Action
11 hello 5000 account pending 01-01-2025 01-01-2025
Pending deposits
User Amount Gateway Payment description Transaction ID/Batch/PIN Action
hello 5000 gateway description 2RS34
@endsection