{{-- My Vault โ earned certificates + past session history. From EmployeeVaultController@index: $certificates, $sessionHistory --}} @extends('layouts.app') @section('title', 'My Vault') @section('content') @include('employee._flash') {{-- Due for renewal --}} @if($renewals->isNotEmpty())
These certificates have expired or expire within {{ $renewalWindowDays }} days. Retake the training to renew.
{{ $cert->course->title }}
@if($expired) Expired {{ $cert->expires_at->format('j M Y') }} @else Expires {{ $cert->expires_at->format('j M Y') }} ยท in {{ $days }} {{ Str::plural('day', $days) }} @endif
No certificates yet
Complete a course to earn your first certificate โ it'll appear here.
{{ $certificate->course?->title ?? 'Course' }}
{{ $certificate->certificate_number }}
| Session | Date | Time | Format | Outcome |
|---|---|---|---|---|
| {{ $session['title'] }} | {{ $session['date'] }} | {{ $session['time'] }} | {{ $session['format'] }} | {{ $badge['icon'] }} {{ $badge['label'] }} |
|
edit_note Trainer's notes {{ $session['notes'] }} |
||||
| No past sessions on record yet. | ||||