Verifid on:
@if (!empty($verification_report->created_at))
{{ $verification_report->created_at }}
@else
@endif
Victim name (Tenant):
@if (!empty($verification_report->tenant_r->fullname))
{{ $verification_report->tenant_r->fullname }}
@else
@endif
Work he/she/they do?:
@if (!empty($verification_report->work_they_do))
{{ $verification_report->work_they_do }}
@else
@endif
Location of the incidence?:
@if (!empty($verification_report->location_of_incidence))
{{ $verification_report->location_of_incidence }}
@else
@endif
What got the victim into the challenges
raised?:
@if (!empty($verification_report->reason_for_victim_challenge))
{{ $verification_report->reason_for_victim_challenge }}
@else
@endif
Who is the perpetrator? :
@if (!empty($verification_report->perpetrator_name))
{{ $verification_report->perpetrator_name }}
@else
@endif
What threats were experienced? :
@if (!empty($verification_report->threats_experienced))
{{ $verification_report->threats_experienced }}
@else
@endif
Are the threats as a result of their human
rights work, sexuaissues or other issues? :
@if (!empty($verification_report->reason_for_threats))
{{ $verification_report->reason_for_threats }}
@else
@endif
Which organization is the victim affiliated
to? :
@if (!empty($verification_report->organization_affiliated_to))
{{ $verification_report->organization_affiliated_to }}
@else
@endif
Is the organization functional? :
@if (!empty($verification_report->is_organization_functional))
{{ $verification_report->is_organization_functional }}
@else
@endif
Was the threat reported to police?
:
@if (!empty($verification_report->police_report_status))
{{ $verification_report->police_report_status }}
@else
@endif
If yes share the reference number:
@if (!empty($verification_report->police_report_reference_number))
{{ $verification_report->police_report_reference_number }}
@else
@endif
if not why wasn’t it reported:
@if (!empty($verification_report->reason_for_not_reporting_to_police))
{{ $verification_report->reason_for_not_reporting_to_police }}
@else
@endif
Needs of the victim and what support
he/she/they are seeking for?:
@if (!empty($verification_report->support_needed_by_victim))
{{ $verification_report->support_needed_by_victim }}
@else
@endif
Has the victim sought assistance from any
other organization! :
@if (!empty($verification_report->outside_assistance_sought))
{{ $verification_report->outside_assistance_sought }}
@else
@endif
Does the victim have a security plan? :
@if (!empty($verification_report->security_plan))
{{ $verification_report->security_plan }}
@else
@endif
Details of the threat.:
@if (!empty($verification_report->details_of_threat))
{{ $verification_report->details_of_threat }}
@else
@endif
When did it happen? :
@if (!empty($verification_report->date_of_threat))
{{ $verification_report->date_of_threat }}
@else
@endif
Where did it happen? :
@if (!empty($verification_report->place_of_threat))
{{ $verification_report->place_of_threat }}
@else
@endif
Recommendation:
@if (!empty($verification_report->recommendation))
{{ $verification_report->recommendation }}
@else
@endif
Does the victim have a sustainability plan?
:
@if (!empty($verification_report->sustainability_plan))
{{ $verification_report->sustainability_plan }}
@else
@endif
Was any property taken?:
@if (!empty($verification_report->property_taken_status))
{{ $verification_report->property_taken_status }}
@else
@endif
Mention referees to be contacted for
verification.:
@if (!empty($verification_report->referees_to_contact))
{{ $verification_report->referees_to_contact }}
@else
@endif
In case of relocation, where would they
prefer?:
@if (!empty($verification_report->prefered_area_of_relocation))
{{ $verification_report->prefered_area_of_relocation }}
@else
@endif
What were the total costs incurred during the
verification process? :
@if (!empty($verification_report->total_verification_costs))
{{ $verification_report->total_verification_costs }}
@else
@endif