@include('layouts.talentHeader')

Profile View Count

@foreach($viewCount as $profile) @endforeach
Recruiter User Id Profile View Profile Download
{{$profile->user->name}} {{$profile->user->employee_id}} {{$profile->count_view}} {{$profile->count_download}}
@include('layouts.footer')