@if(@Auth::user()->user_level_id == 4) @include('layouts.talentHeader') @elseif(@Auth::user()->user_level_id == 7) @include('layouts.hhHeader') @else @include('layouts.header') @endif

Comments

@if($candidate) @if($candidate->hh_candidates) @elseif($candidate->job_application) @else @endif @foreach($candidate->clientComment as $index => $appl) @php($clientEmp = (new \App\Http\Controllers\JobController())->delCommentNot($appl->id)) @endforeach @else @endif
Candidate Name : {{$candidate->hh_candidates->name}}
Job Profile : {{$candidate->job_requisition->job_title}}
Candidate Name : {{$candidate->job_application->app_first_name}} {{$candidate->job_application->app_last_name}}
Job Profile : {{$candidate->job_requisition->job_title}}
# Comment Commented By Commented On
{{$index+1}} {{$appl->comments}} {{$appl->user->name}} {{date('F j, Y, g:i a', strtotime($appl->created_at))}}
No data to display
@include('layouts.footer')