@php $layout = auth()->user()->role === 'super_admin' ? 'layouts.admin' : 'component2.layouts.app'; @endphp @extends($layout) @section('content')

Add Beneficiary Export Excel

WEOF Beneficiaries Dashboard

Total

{{ $stats['total'] }}

In Accelerator

{{ $stats['accelerator'] }}

Graduated

{{ $stats['graduated'] }}

Received Grant

{{ $stats['grant_received'] }}

Business Registration Status
Accelerator Progress
@forelse($beneficiaries as $b) @empty @endforelse
WEOF ID Name Business County/Payam Revenue Accelerator Actions
{{ $b->woef_id }} {{ $b->name }} {{ Str::limit($b->business_name, 25) }} {{ $b->county }} / {{ $b->payam }} {{ $b->monthly_revenue ? '$'.number_format($b->monthly_revenue) : '-' }} @if($b->accelerator_graduation) Graduated @elseif($b->accelerator_participation) In Program @else Not Enrolled @endif
@csrf @method('DELETE')
No beneficiaries found.
{{ $beneficiaries->links() }}
@endsection @push('scripts') @endpush