@php $scf_ans = json_decode($scf->scf_ans_data); @endphp @foreach($scf_datas as $index => $concern) @php $ans = $scf_ans[$index]; @endphp @endforeach

{{$thiscompany}}

{{$thiscomparea}}

Staff Concern Form
Date of concern: {{$scf->date_of_concern}}
Concern form number {{$scf->id}}
Employee # {{$employee->employee_no}}
Name of staff member: {{$scf->staff_member}}
{{$concern->scf}} {{$ans}}
Brief description of the concern and how it was addressed:
{{$scf->breif_description}}
Suggestions made:
{{$scf->suggestions_made}}
Update/follow-up:
{{$scf->follow_up}}
Name of the staff member raising the concern: {{$scf->raising_concern}}
SLT member: {{$staff_member->name}}
Signed: {{$staff_member->slt_member_ack == 1 ? "Yes" : "No"}}
Date Printed: {{date('d-M-Y')}}
@include("reports.partial.print")