@extends('layouts.member-login') @section('title', 'My Colleagues Profile') @section('page_title', 'ColleaguesProfile') @section('page_level_css') @endsection @section('content') @php $textLength = 250; @endphp
@include('member.include.user-info-box')
@include('member.include.2026-pn')

Close Colleagues

What's a Close Colleague?

Close Colleague Requests ({{$colleaguesDataCount}})

@foreach ($colleaguesPendingData as $data)
@if($data->other_profile->role == 'General' && isset($data->other_profile->investigator->status) && $data->other_profile->investigator->status == 'Active') @else @endif
@endforeach

Potential Close Colleagues ({{$potentialDataCount}})

@foreach ($potentialPendingData as $data)
@if($data->other_profile->role == 'General' && isset($data->other_profile->investigator->status) && $data->other_profile->investigator->status == 'Active') @else @endif
@endforeach
@include('member.include.tooltip-modal-box') @endsection @section('page_level_js') @endsection @push('footerscript') @endpush