{{ __('admin/general.revenue_payment_metrics') }}

{{ __('admin/general.track_manage_income') }}

Filter by:
  • {{ formatAmount($this->platformEarnings) }}

    {{ __('admin/general.platform_earnings') }}
  • {{ formatAmount($this->tutorEarnings) }}

    {{ __('admin/general.tutor_payouts') }}
  • {{ formatAmount($this->platformCommission) }}

    {{ __('admin/general.platform_commission') }}
  • {{ formatAmount($this->tutorPendingEarnings) }}

    {{ __('admin/general.pending_payouts') }}

{{ __('admin/general.user_metrics_activity') }}

{{ __('admin/general.track_manage_income') }}

@if ($this->users->isNotEmpty())
@foreach ($this->users as $user) @if (!empty($user->profile?->image) && Storage::disk(getStorageDisk())->exists($user->profile?->image)) {{ $user->profile?->image }} @else {{ $user->profile?->image }} @endif @endforeach @endif
{{ $tutor_name }} {{ $this->tutorsCount }}
@if ($this->tutors->isNotEmpty())
@foreach ($this->tutors as $tutor) @if (!empty($tutor->profile?->image) && Storage::disk(getStorageDisk())->exists($tutor->profile?->image)) {{ $tutor->profile?->image }} @else {{ $tutor->profile?->image }} @endif @endforeach
@endif
{{ $student_name }} {{ $this->studentsCount }}
@if ($this->students->isNotEmpty())
@foreach ($this->students as $student) @if (!empty($student->profile?->image) && Storage::disk(getStorageDisk())->exists($student->profile?->image)) {{ $student->profile?->image }} @else {{ $student->profile?->image }} @endif @endforeach
@endif

{{ __('admin/general.monthly_user_comparison') }}

{{ __('admin/general.this_month') }} {{ number_format($currentMonthUsers) }} {{ __('admin/general.users') }} {{ $difference > 0 ? '+':''}}{{ $difference }}% {{ __('admin/general.last_month') }} {{ number_format($lastMonthUsers) }} {{ __('admin/general.users') }}
@push('styles') @vite([ 'public/admin/css/daterangepicker.css' ]) @endpush @push('scripts') @endpush