@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Student Recognition')) @section('page_heading', __('dashboard.Student Recognition')) @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'عرض وإدارة شهادات التقدير من صفحة واحدة بدون عناصر إضافية مشتتة.' : 'View and manage recognition certificates from a single clean page.' }}
{{ $isArabic ? 'ابدأ بإضافة أول شهادة تقدير للطلاب.' : 'Start by adding the first recognition certificate.' }}
| {{ $isArabic ? 'الطالب' : 'Student' }} | {{ $isArabic ? 'الألبوم' : 'Album' }} | {{ $isArabic ? 'النوع' : 'Type' }} | {{ __('dashboard.Date') }} | {{ __('dashboard.Actions') }} |
|---|---|---|---|---|
|
{{ $certificate->student?->name ?? '-' }} {{ $certificate->student?->registration_number ?? '-' }} |
{{ $certificate->album?->title ?? '-' }} | {{ $certificate->type === 'template' ? ($isArabic ? 'قالب' : 'Template') : ($isArabic ? 'ملف مرفوع' : 'Uploaded') }} | {{ $certificate->created_at->format('Y-m-d') }} |