| WEOF ID |
Name |
Business |
County/Payam |
Revenue |
Accelerator |
Actions |
@forelse($beneficiaries as $b)
| {{ $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
|
|
@empty
| No beneficiaries found. |
@endforelse
{{ $beneficiaries->links() }}