{{ $cert->album?->title ?: ($isAr ? 'شهادة تكريم' : 'Recognition Certificate') }}
@if($cert->album?->description){{ $cert->album->description }}
@endif
{{ $isAr ? 'تاريخ الإصدار' : 'Issued on' }}
{{ $cert->created_at?->format('Y-m-d') ?: '—' }}
@if($cert->album?->date)
{{ $isAr ? 'تاريخ المناسبة' : 'Event date' }}
{{ $cert->album->date->format('Y-m-d') }}
@endif