Active projects and monthly earnings per team
{{ date('F', mktime(0,0,0,$month,1)) }} {{ $year }}
Earned ({{ date('F', mktime(0,0,0,$month,1)) }})
${{ number_format($t['earned'], 0) }}
Potential
${{ number_format($t['potential'], 0) }}
Earn Rate
| Project | PM | Status | Type | Hrs/Wk |
|---|---|---|---|---|
| {{ $project->name }} | {{ $project->projectManager?->name ?? '—' }} | {{ $statusConfig['label'] }} | {{ $project->project_type ?? '—' }} | {{ $project->total_hour_per_week ? $project->total_hour_per_week . 'h' : '—' }} |
| {{ $t['projects']->count() }} projects @foreach(['in_progress' => 'In Progress', 'in_review' => 'In Review', 'hold' => 'Hold', 'pending' => 'Pending'] as $st => $stLabel) @if(($t['status_counts'][$st] ?? 0) > 0) {{ $t['status_counts'][$st] }} {{ $stLabel }} @endif @endforeach | {{ $t['total_hrs_week'] ? $t['total_hrs_week'] . 'h' : '—' }} | |||