{{ $title }}

{{-- Dayli Form --}} @if($clickType == 'daily')
@if(is_array($arrHeaderQuestions) && count($arrHeaderQuestions)>0) @foreach($arrHeaderQuestions as $id=>$ques)
@endforeach @else
@endif
@if(is_array($arrHeaderQuestions) && count($arrHeaderQuestions)>0)

Review Comments By Manager:

@if(loggedin_userSession()->id == $manager_id)
@else @if(is_array($arrManagerComments['future']) && count($arrManagerComments['future'])>0 && $arrManagerComments['future'][0]['manager_comment']!='')
@else

-No comments yet-

@endif @endif
@endif
@endif {{-- Weekly Form --}} @if($clickType == 'weekly')
@if(is_array($arrHeaderQuestions) && count($arrHeaderQuestions)>0)

Weekly Feedback Loop

I think it's very important to have a feedback loop, where you're constantly thinking about what you've done and how you could be doing it better..

Elon Musk
@php($x=1) @foreach($arrHeaderQuestions as $heading=>$arrQues) @php($headLen = 1) @if($heading=='Review Performance' || $heading=='Plan for the future')

{{$heading}}

@if($x == count($arrHeaderQuestions))

“If you fail to plan, you are planning to fail”

Benjamin Franklin

Review all your inboxes (inbox dump)
[Pro tip: 1. add things on to-do as you go; 2. Do time blocking on your Calendar]

@endif
@foreach($arrQues as $spell => $arrQuestions)
{{$spell}}
@php($arr = []) @foreach($arrQuestions as $questions)
@php($arr[] = ['id'=>$questions['id'],'question'=>$questions['question']]) @endforeach
@php($headLen++) @endforeach
@if($x == count($arrHeaderQuestions))

Review Comments By Manager:

@if(loggedin_userSession()->id == $manager_id)
@else @if(is_array($arrManagerComments['future']) && count($arrManagerComments['future'])>0 && $arrManagerComments['future'][0]['manager_comment']!='')
@else

-No comments yet-

@endif @endif
@else

Review Comments By Manager:

@if(loggedin_userSession()->id == $manager_id)
@else @if(is_array($arrManagerComments['past']) && count($arrManagerComments['past'])>0 && $arrManagerComments['past'][0]['manager_comment']!='')
@else

-No comments yet-

@endif @endif
@endif @else

{{$heading}}

3 surprises in a Good Way and 3 in a Bad way

@if($x == count($arrHeaderQuestions))

“If you fail to plan, you are planning to fail”

Benjamin Franklin

Review all your inboxes (inbox dump)
[Pro tip: 1. add things on to-do as you go; 2. Do time blocking on your Calendar]

@endif
@foreach($arrQues as $questions)
@endforeach
@endif @php($x++) @endforeach @else
@endif
@endif