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