Total Sales
Total Revenue
Commission Earned
Commission by Project
# | Client Name | Business Name | Status | Deal Size | Commission | Type | Client Paid On | Project Name | |
---|---|---|---|---|---|---|---|---|---|
|
{{ ++$key }} | {{ $commission->client->user->name }} | {{ $commission->client->business_name }} | ${{ number_format(round($commission->deal_size), 0, ',') }} | ${{ number_format(round($commission->deal_size * ($commission->commission / 100)), 0, ',') }} | {{ $commission->type == 0 ? 'Straight' : 'Recurring' }} | {{ \Carbon\Carbon::parse($commission->deal_date)->format('d M Y') }} |
{{ $commission->project->name }} |