My Performance
Broker dashboard — {{ $admin->name }}
- ›
- Reports
- ›
- My Performance
Commission Breakdown
6-Month Trend
Recent Bookings
| Client | Unit | Booking Status | Total Amount | Commission | Comm. Status | Date |
|---|---|---|---|---|---|---|
|
{{ $b->client_name ?? $b->name ?? '—' }}
{{ $b->client_phone ?? $b->phone ?? '' }}
|
Unit {{ $b->plot_number ?? '—' }} | {{ ucfirst($b->booking_status) }} |
{{ $currency }}{{ $b->total_amount ?? 0 }}
@if($isCancelled)
Cancelled
@endif
|
@if($b->commission_amount)
{{ $currency }}{{ $b->commission_amount }}
@if($b->commission_rate)
({{ $b->commission_rate }}%)
@endif
@if($isCancelled)
Lost
@elseif($isRejected)
Rejected
@endif
@else
—
@endif
|
{{ ucfirst($cs) }}
@if($isCancelled)
Booking cancelled
@endif
|
{{ \Carbon\Carbon::parse($b->created_at)->format('d M Y') }} |
| No bookings yet. | ||||||