Hello {!! $data['recipientName'] !!},
Here is your checklist status for this week ({!!$data['startDate']!!} to {!!$data['endDate']!!} )
Checklist | @foreach($data['allDates'] as $day){{viewDate($day)}} | @endforeach|||||
---|---|---|---|---|---|---|
{{$task['header']}} | ||||||
{!! $checklist['task'] !!} | {!! $checklist['Mon']['done'] !!} | {!! $checklist['Tue']['done'] !!} | {!! $checklist['Wed']['done'] !!} | {!! $checklist['Thu']['done'] !!} | {!! $checklist['Fri']['done'] !!} | {!! $checklist['Sat']['done'] !!} |
{{$heading}} | |||
---|---|---|---|
{{$heading}}
“If you fail to plan, you are planning to fail”
Review all your inboxes (inbox dump) |
|||
{{$spell}} | @php($arr = []) @foreach($arrQuestions as $questions){{$questions['question']}} {{ $questions['staffData'] }} |
@php($arr[] = ['id'=>$questions['id'],'question'=>$questions['question']])
@endforeach
@php($headLen++)
||
Review Comments By Manager: | |||
{{ $data['arrManagerComments']['future'][0]['manager_comment'] }} | |||
No comments yet | |||
Review Comments By Manager: | |||
{{ $data['arrManagerComments']['past'][0]['manager_comment'] }} | |||
No comments yet | |||
{{$heading}} | |||
3 surprises in a Good Way and 3 in a Bad way | |||
“If you fail to plan, you are planning to fail”
Review all your inboxes (inbox dump) | |||
{{$questions['question']}} {{ (isset($questions['staffData']) && $questions['staffData']!='')?nl2br($questions['staffData']):'' }} |