{{$endorsesCount}}

Endorsments

0

Active

0

Complete
@foreach ($collaborations as $key=>$val )

{{$val->user->full_name ?? ""}}

{{$val->user->research_name ?? ""}}

@php $collaborationStringLength = strlen($val->review); @endphp

{!!nl2br(substr($val->review, 0, $collaborationTextLength))!!}@if($collaborationStringLength >= $collaborationTextLength ) See More{!!nl2br(substr($val->review, $collaborationTextLength))!!} See Less@endif

@endforeach
@push('footerscript') @endpush