@extends('layouts.main_dashboard.app') @section('title', $album->title) @section('page_heading', $album->title) @section('skip_page_hero', true) @section('content')
{{ $album->description ?: 'Certificate album with issued student certificates and downloadable records.' }}
Date
{{ $album->date->format('Y-m-d') }}
Issued Certificates
{{ $album->certificates->count() }}
Album ID
#{{ $album->id }}
عرض شهادات الطلاب المرتبطة بهذا الألبوم مع إمكان تنزيلها أو تعديلها.
يمكنك إصدار شهادة جديدة من الزر العلوي.
| Student | Registration No | Type | Date Issued | Actions |
|---|---|---|---|---|
|
{{ $cert->student->first_name }} {{ $cert->student->last_name }} |
{{ $cert->student->registration_number }} | {{ $cert->type === 'template' ? 'Template' : 'Uploaded' }} | {{ $cert->created_at->format('Y-m-d') }} |