{{$total_users}}

Total Users

Active Users
@php $totalUsers = $total_active_candidates + $total_pending_candidates; $activePer = $totalUsers > 0 ? ($total_active_candidates / $totalUsers) * 100 : 0; @endphp ({{$activePer}}%)
{{$total_videos}}

Total Videos

@php $activeVideoPer = $total_videos > 0 ? ($total_active_videos / $total_videos) * 100 : 0; $inactiveVideoPer = $total_videos > 0 ? ($total_inactive_videos / $total_videos) * 100 : 0; $fgVideoPer = $total_videos > 0 ? ($total_flagged_videos / $total_videos) * 100 : 0; @endphp
Active {{ round($activeVideoPer) }}%
Flagged {{ round($fgVideoPer) }}% Disabled {{ round($inactiveVideoPer) }}%
@php $totalEngagement=$total_likes+ $total_comments+ $total_views; $likePer=0; $commentPer=0; @endphp @if($totalEngagement>0) @php $likePer=($total_likes/$totalEngagement) * 100; $commentPer=($total_comments/$totalEngagement) * 100; @endphp @endif
{{$totalEngagement}}

User Engagement

{{$total_likes}} Likes
{{$total_comments}} Comments
{{$total_views}} Views
Registration Analytics

{{$current_version}}

Current Version

{{$latest_version}}

Latest Version

@if($current_version != $latest_version) Updates Now @else No Updates Available @endif
Active Candidates
Users Username Date
Inactive Candidates
Users Username Date