@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('page-title', 'Dashboard') @section('content') {{-- Page Header --}}
Overview of your platform
| User | Method | Amount | Status |
|---|---|---|---|
| {{ $w->user->username ?? 'Unknown' }} | @if(strtolower($w->method) === 'paypal') @elseif(strtolower($w->method) === 'usdt') @else @endif {{ $w->method }} | @money($w->amount) | @if($w->status === 'pending') Pending @elseif($w->status === 'completed') Completed @else Rejected @endif |
| No recent cashouts. | |||
| Offerwall | Revenue | Conversions | Paid Out |
|---|---|---|---|
| No data yet. | |||
|
|
@money($prov->total_rev) | {{ number_format($prov->total_conversions) }} | @money($prov->total_paid) |