{{ _trans('Inhabitant Details') }}
{{ _trans('common.Type') }}
{{ @$data['inhabitantType'] ?? 'N/A' }}
{{ _trans('common.First Name') }}
{{ @$data['inhabitant_first_name'] ?? 'N/A' }}
{{ _trans('common.Last Name') }}
{{ @$data['inhabitant_last_name'] ?? 'N/A' }}
{{ _trans('common.Other Name') }}
{{ @$data['inhabitant_other_name'] ?? 'N/A' }}
{{ _trans('common.Passport Size Photo') }}
{{ _trans('common.Inhabitant Nationality') }}
{{ @$data['inhabitantNationality'] ?? 'N/A' }}
{{ _trans('common.Inhabitant TN') }}
{{ @$data['inhabitant_TN'] ?? 'N/A' }}
{{ _trans('common.Inhabitant ID Number') }}
{{ @$data['inhabitant_id_number'] ?? 'N/A' }}
{{ _trans('common.Inhabitant ID Type') }}
{{ @$data['inhabitant_id_type'] ?? 'N/A' }}
{{ _trans('common.Inhabitant Card Photo') }}
{{ _trans('common.Inhabitant Relationship') }}
{{ @$data['inhabitant_relationship'] == 'other' ? @$data['inhabitant_relationship_other'] : @$data['inhabitant_relationship'] }}
{{ _trans('common.Proof of Relationship') }}
{{ @$data['proof_of_relationship'] ?? 'N/A' }}
{{ _trans('common.Father Name') }}
{{ @$data['inhabitant_father_name'] ?? 'N/A' }}
{{ _trans('common.Father Alive') }}
{{ @$data['is_inhabitant_father_alive'] ?? 'N/A' }}
{{ _trans("common.Father's Phone") }}
{{ @$data['inhabitant_father_phone'] ?? 'N/A' }}
{{ _trans("common.Father's Occupation") }}
{{ @$data['inhabitant_father_occupation'] ?? 'N/A' }}
{{ _trans('common.Mother Name') }}
{{ @$data['inhabitant_mother_name'] ?? 'N/A' }}
{{ _trans('common.Mother Alive') }}
{{ @$data['is_inhabitant_mother_alive'] ?? 'N/A' }}
{{ _trans("common.Mother's Phone") }}
{{ @$data['inhabitantmotherr_phone'] ?? 'N/A' }}
{{ _trans("common.Mother's Occupation") }}
{{ @$data['inhabitant_mother_occupation'] ?? 'N/A' }}
{{ _trans('common.Guardian Name') }}
{{ @$data['inhabitant_guardian_name'] ?? 'N/A' }}
{{ _trans("common.Guardian's Phone") }}
{{ @$data['inhabitant_guardian_phone'] ?? 'N/A' }}
{{ _trans("common.Guardian's Occupation") }}
{{ @$data['inhabitant_guardian_occupation'] ?? 'N/A' }}
{{ _trans('common.Organization Name') }}
{{ @$data['inhabitant_organization_name'] ?? 'N/A' }}
{{ _trans('common.Other Relationship Proof') }}
{{ @$data['inhabitant_other_relationship_proof'] ?? 'N/A' }}
{{ _trans('common.Add Proof of Relationship') }}
{{ _trans('common.Inhabitant Phone') }}
{{ @$data['inhabitant_phone'] ?? 'N/A' }}
{{ _trans('common.Inhabitant Email') }}
{{ @$data['inhabitant_email'] ?? 'N/A' }}
{{ _trans('common.Reason for Accommodation') }}
{{ @$data['inhabitant_reason_for_accommodation'] ?? 'N/A' }}
{{ _trans('common.Term') }}
{{ @$data['term'] ?? 'N/A' }}
{{ _trans('common.Accommodation Start Date') }}
{{ @$data['inhabitant_accommodation_start_date'] ?? 'N/A' }}
{{ _trans('common.Accommodation End Date') }}
{{ @$data['inhabitant_accommodation_end_date'] ?? 'N/A' }}
{{ _trans('common.Inhabitant Sex') }}
{{ @$data['inhabitant_sex'] }}