@php $layout = auth()->user()->role === 'super_admin' ? 'layouts.admin' : 'component2.layouts.app'; @endphp @extends($layout) @section('title', $weof->name . ' – WEOF') @section('content')
| Age | {{ $weof->age }} |
|---|---|
| Marital Status | {{ ucwords(str_replace('_', ' ', $weof->marital_status)) }} |
| Resident Status | {{ ucfirst($weof->resident_status) }} |
| Education | {{ ucwords(str_replace('_', ' ', $weof->education)) }} |
| Phone | {{ $weof->phone_no ?: '—' }} |
| Location | {{ $weof->county }} / {{ $weof->payam }} |
| Group | @if($weof->group) {{ $weof->group->name }} @else — @endif |
| Name | {{ $weof->business_name }} |
|---|---|
| Category | {{ $weof->business_category }} |
| Type | {{ ucfirst($weof->business_type) }} |
| Established | {{ $weof->establishment_year }} |
| Registered | {{ $weof->registration_status ? 'Yes' : 'No' }} |
| Target Customers | {{ $weof->target_customers }} |
{{ $label }}
{{ $label }}
| 1st Tranche | SSP {{ number_format($weof->grant_1st_tranche ?? 0, 2) }} |
|---|---|
| 2nd Tranche | SSP {{ number_format($weof->grant_2nd_tranche ?? 0, 2) }} |
| Total | SSP {{ number_format(($weof->grant_1st_tranche ?? 0) + ($weof->grant_2nd_tranche ?? 0), 2) }} |
| Accelerator Participation | {{ $weof->accelerator_participation ? 'Yes' : 'No' }} |
|---|---|
| Graduated | {{ $weof->accelerator_graduation ? 'Yes' : 'No' }} |
| Onsite Validation | {{ $weof->onsite_validation ? 'Yes' : 'No' }} |
| WEOF Connect | {{ $weof->participation_woef_connect ? 'Yes' : 'No' }} |