Nyota Training Portal

User Performance Report

Name: {{ $user->name }}

Email: {{ $user->email }}

Generated On: {{ now()->format('d M Y, H:i A') }}

{{-- SUMMARY --}} @if(isset($summary))

{{ $summary['modules'] ?? 0 }}

Total Modules

{{ $summary['completed'] ?? 0 }}

Completed

{{ $summary['average'] ?? 'N/A' }}%

Average Score

@endif

Performance Details

@foreach($performance as $index => $record) @endforeach
# Module Name Score Status Last Updated
{{ $index + 1 }} {{ $record->module_name }} {{ $record->score }}% @if($record->status == 'completed') Completed @else In Progress @endif {{ $record->updated_at->format('d M Y') }}