Name: {{ $investment->customer->full_name }}
Email: {{ $investment->customer->email }}
{{--House No: {{ $investment->house_number }}
--}}Subcity: {{ $investment->subcity->name }}
Woreda: {{ $investment->woreda->name }}
City: {{ $investment->city }}
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' }}
Jobs Created (Male): {{ $investment->job_created_male }}
Jobs Created (Female): {{ $investment->job_created_female }}
Profession Type: {{ $investment->profession_type }}