@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

{{ $checklistData->title }} checklist

@endsection @section('content')
{{ $checklistData->title }}
@if($checklistData->type == 21) @if(isset($checklistData->checklist) && !empty($checklistData->checklist)) @foreach($checklistData->checklist as $checklist) @endforeach @endif @endif @if($checklistData->type == 22) @if(isset($checklistData->checklist) && !empty($checklistData->checklist)) @foreach($checklistData->checklist as $checklist) @endforeach @endif @endif @if($checklistData->type == 60) @if(isset($checklistData->checklist) && !empty($checklistData->checklist)) @foreach($checklistData->checklist as $checklist) @endforeach @endif @endif
Area/Item Frequency Product to be used Associated with
{{$checklist->area}} {{$checklist->frequency}} {{$checklist->products}} {{$checklistData->details}}
Questions Action Required Associated with
{{$checklist->question}} {{$checklist->action}} {{$checklistData->details}}
Questions Answer Type
{{$checklist->question}} @switch($checklist->answerType) @case(66) Yes/No @break @case(67) Yes/No/Not Observed @break @case(68) Text Comment @break @default - @endswitch
{{($checklistData->type == 60) ? 'Checklists' : 'Daily assessments'}}
@if($checklistData->type == 60) @if ($checklistData->personType == 62) @else @endif @else @endif
Date of assessment Child Parent Parent’s signature Signed on ActionDate of assessment Child Educator Educator’s signature Signed on ActionDate of assessment Educator Educator’s signature Signed on Action
@endsection @section('script-bottom') @endsection