@extends('layouts.app') @section('title', 'Certificates Records') @section('page_header', 'Issued Certificates Records') @section('content')
Track email dispatch status, print counts, and certificate authenticity states
| Serial ID | Student & College | Course / Domain | Email Status | Print Count | Validity Status | Actions |
|---|---|---|---|---|---|---|
| {{ $cert->certificate_uuid }} Issued {{ date('d M Y', strtotime($cert->issue_date)) }} |
{{ $cert->student->full_name }}
{{ $cert->student->college->name ?? 'Direct Applicant' }}
|
{{ $cert->course->title ?? 'Internship' }}
{{ $cert->duration }} ({{ $cert->internship_mode }})
|
@if($cert->email_sent) Sent @else Not Sent @endif | 🖨 {{ $cert->print_count }} | @if($cert->status === 'active') 🟢 Active @else 🔴 Revoked @endif | |
| No certificate records found matching query. | ||||||