{{-- Trust Header --}}
🔒

{{ __('RP Learning Portal — Employer Verification') }}

{{ __('This page provides a high-trust, read-only view of a student\'s credentials for external employers.') }}

✓ {{ __('Verified Institution') }} 🔐 {{ __('Cryptographically Sealed') }}
{{-- Student Info --}}

{{ $student->name ?? 'Student Name' }}

{{ $student->student_id ?? 'N/A' }} • {{ $student->class_name ?? '' }}

{{ __('Enrolled') }}

{{ $student?->created_at?->format('M Y') ?? 'N/A' }}

{{ __('Certificates') }}

{{ count($certificates ?? []) }}

{{ __('OPS Score') }}

{{ $opsScore ?? 0 }}%

{{ __('Status') }}

Active Student
{{-- Verified Certificates --}}

{{ __('Verified Certificates') }}

@forelse($certificates ?? [] as $cert)
🏆

{{ $cert->title ?? 'Certificate' }}

Issued: {{ $cert->issued_at?->format('M d, Y') ?? 'N/A' }}

{{ ucfirst($cert->status ?? 'valid') }} {{ substr($cert->cryptographic_hash ?? 'N/A', 0, 16) }}...
@empty

📋

{{ __('No verified certificates found') }}

@endforelse
{{-- Verification Notice --}}

{{ __('All credentials are cryptographically sealed using SHA-256 hashing.') }}

{{ __('RP Learning Portal — Ghana\'s Trusted Education Verification Platform') }}