@extends('layouts.app')
@section('content')
{{ __('Total Wallet Recherge') }}
{{ __('Direct Purchase Earnings') }}
{{ __('Total Pending Payment') }}
{{ __('No top sellers found') }}
{{ countUser('Approve')['countNo'] }}
{{ countPost('Approve')['countNo'] }}
{{ $boostPosts }}
{{ $contacts }}
{{ __('Marketplace Analytics') }}
{{ __('Total Posts') }}
{{ __('Pending Posts') }}
{{ __('In-Review Posts') }}
{{ __('Approved Posts') }}
{{ __('Sold Posts') }}
{{ __('Rejected Posts') }}
{{ __('Cancelled Posts') }}
{{ __('Admin Wallet') }}
{{ number_format($totalEarnings, 2) }}
{{ number_format($totalWalletRecharge, 2) }}
{{ number_format($totalDirectPurchaseEarnings, 2) }}
{{ number_format($totalPendingPayments, 2) }}
{{ __('Top Sellers') }}
@forelse ($topSellers as $sellerData)
| # | {{ __('Plan Name') }} | {{ __('Payable Amount') }} | {{ __('Discount') }} | {{ __('Sustain Days') }} | {{ __('Sold Count') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $sold->name }} | {{ currencyFormat($sold->payable_amount) }} | {{ currencyFormat($sold->discount_amount) }} | {{ $sold->sustain_days }} | {{ $sold->boost_posts_count }} |
| {{ __('No plans found.') }} | |||||