Application No #{{ $investment->application_number }}

@if($investment->status != 'rejected' or $investment->status != 'accept' && Auth::user()->role == 'Officer') @endif
@if($investment->status != 'rejected')
@if($investment->status == 'request' && Auth::user()->role == 'Officer')
@csrf @method('put')
@else @endif @if($investment->accepted_by != '' && $investment->office_admin_approve_by == '' && $investment->status == 'accept' && Auth::user()->role == 'office admin')
@csrf
@endif
@else @endif
Customer Information

Name: {{ $investment->customer->full_name }}

Email: {{ $investment->customer->email }}

{{--

House No: {{ $investment->house_number }}

--}}
Address Information

Subcity: {{ $investment->subcity->name }}

Woreda: {{ $investment->woreda->name }}

City: {{ $investment->city }}

Project Details

Name: {{ $investment->project_name }}

Type: {{ $investment->project_type }}

Subcity: {{ $investment->project_sub_city }}

Woreda: {{ $investment->project_woreda }}

Service Type: {{ $investment->service_type }}

Status: {{ $investment->project_status }}

Approval Status: {{ $investment->office_admin_approve_by ? 'Approved' : 'Pending' }}

Acceptance Status: {{ $investment->accepted_by ? 'accept' : 'Pending' }}

🔍Employment Information

Jobs Created (Male): {{ $investment->job_created_male }}

Jobs Created (Female): {{ $investment->job_created_female }}

Profession Type: {{ $investment->profession_type }}

@if($investment->files)

Documents

📂 Download File @else

No files uploaded.

@endif @if($investment->proposal_file)
📂 Proposal File
Download @else

No proposal file uploaded.

@endif