@extends('astrologer.layouts.app') @section('title', 'My Earnings') @section('content')
Gross Earnings
Total from all chat sessions
Total Deductions
Commisions & processing fees
Net Settlement Amount
{{ $settlementPeriod }} Days CycleAvailable for withdrawal after cycle verification
Deductions Breakdown
@if($adminCommissionPct > 0)| Client / Session | Duration | Earning |
|---|---|---|
|
{{ substr($chat->user->name, 0, 1) }}
{{ $chat->user->name }} {{ $chat->end_time->format('M d, Y • h:i A') }} |
{{ $chat->start_time->diffInMinutes($chat->end_time) }} mins
₹{{ $chat->rate_per_minute }}/min
|
₹{{ number_format($chat->total_cost, 2) }} |
|
No completed sessions found yet. |
||