<< Back to Profile
{{user_details_by_id($oneStaffs->user_id)->name.'\'s 1:1 : '.date('dS M, Y',strtotime($oneStaffs->meetDate))}}
{{$oneStaffs->one_info->oneTitle}}
Conducted by {{$oneStaffs->reviewed_by > 0? user_details_by_id($oneStaffs->reviewed_by)->name:'NA'}}
{{getToogleCategory(['cat_id'=>$oneStaffs->one_info->oneTypeId,'cat_name'=>''])}}
{{date('dS M, Y H:ia',strtotime($oneStaffs->updated_at))}}
{!! profile_info(['user'=>$oneStaffs->user_id,'height'=>40,'width'=>40,'elementClass'=>'float-right','withinSpecificElement'=>'XX']) !!}
{!! ($oneStaffs->reviewed_by>0)?profile_info(['user'=>$oneStaffs->reviewed_by,'height'=>40,'width'=>40,'elementClass'=>'float-right','withinSpecificElement'=>'XX']):'' !!}
Notes:
@if(is_object($oneStaffs->staff_notes) && count($oneStaffs->staff_notes)>0)
@php($count=1)
@foreach($oneStaffs->staff_notes as $note)
@if($note->accessibility == 'private' && in_array(loggedin_userSession()->id,explode(',',$note->accessible_to)))
{!! nl2br($note->notes) !!}
@php($count++)
@elseif($note->accessibility == 'public')
{!! nl2br($note->notes) !!}
@php($count++)
@endif
@endforeach
@if($count ==1)
NA
@endif
@else
NA
@endif
Documents:
@if(is_object($oneStaffs->staff_documents) && count($oneStaffs->staff_documents)>0)
@php($count=1)
@foreach($oneStaffs->staff_documents as $docs)
@if($docs->accessibility == 'private' && in_array(loggedin_userSession()->id,explode(',',$docs->accessible_to)))
@php($count++)
-
{{$docs->doc_name}}
@elseif($docs->accessibility == 'public')
@php($count++)
-
{{$docs->doc_name}}
@endif
@endforeach
@if($count ==1)
NA
@endif
@else
NA
@endif
{{$recent->oneTitle}}
Completed On : {{date('dS M, Y H:ia',strtotime($recent->updated_at))}}