@extends('layouts.app') @section('title', 'Training Transcript — ' . $user->name) @section('content')
Generated {{ $generatedAt->format('M d, Y H:i') }}
| Code | Topic | Category | Due | Completed | Status | Score | Certificate |
|---|---|---|---|---|---|---|---|
{{ $t->training_code }}
|
{{ $t->topic?->topic_name }} | {{ $t->topic?->category?->category_name ?? '—' }} | {{ $t->due_date?->format('M d, Y') }} | {{ $t->completed_at?->format('M d, Y') ?? '—' }} | {{ $t->status }} | {{ $t->effectiveness_score !== null ? $t->effectiveness_score . '%' : '—' }} | {{ $t->certificate_number ?? '—' }} |
| No training records | |||||||
| Topic | Level | Status | Score | Completed | Expiry |
|---|---|---|---|---|---|
| {{ $c->topic?->topic_name }} | {{ $c->competency_level }} | {{ $c->status }} | {{ $c->assessment_score !== null ? $c->assessment_score . '%' : '—' }} | {{ $c->completed_date?->format('M d, Y') ?? '—' }} | {{ $c->expiry_date?->format('M d, Y') ?? '—' }} @if($c->is_expired) Expired @endif |
| No competency records | |||||