@php $layout = auth()->user()->role === 'super_admin' ? 'layouts.admin' : 'component2.layouts.app'; @endphp @extends($layout) @section('title', 'Component 2 – WEOF Dashboard') @section('content')

Women Entrepreneur Opportunity and Facility (WEOF)

Real-time analytics for SeedLab and GrowthLab beneficiaries

{{ $stats['total_beneficiaries'] ?? 0 }}

Seedlab Businesses Benefiting

{{ $stats['female_count'] ?? 0 }}

Growthlab Businesses Benefiting

SSP {{ number_format($stats['total_disbursed'] ?? 0) }}

Seedlab Businesses that received grants

{{ $stats['utilization_rate'] ?? '0' }}%

Growthlab Businesses that received grants

{{ $stats['total_disbursed'] ?? '0' }}%

Total Grants Disbursed

{{ $pitchPassedCount ?? 0 }}

Pitch Presentation Passed

{{ number_format($acceleratorAvgPassed ?? 0, 1) }}

Average Accelerator Modules Passed

Business Sector Distribution
Grant Status
Cohort Progress – Bootcamp Completion
Capacity Building Progress
Bootcamp Modules (% Completed)
Pitch Outcomes
Accelerator Modules (% Passed)
@endsection