{{ __('dashboard.Total Albums') }}
{{ $albums->total() }}
@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Student Recognition')) @section('page_heading', __('dashboard.Student Recognition')) @section('page_subtitle', __('dashboard.Certificate albums description')) @section('skip_page_hero', true) @section('content')
{{ __('dashboard.Certificate albums description') }}
{{ __('dashboard.Total Albums') }}
{{ $albums->total() }}
{{ __('dashboard.Visible') }}
{{ $albums->count() }}
{{ __('dashboard.Issued Certificates') }}
{{ $albums->sum('certificates_count') }}
{{ __('dashboard.Start by creating your first certificate album to capture issuance and attachments.') }}
{{ \Illuminate\Support\Str::limit($album->description, 100) ?: __('dashboard.No description added') }}
{{ __('dashboard.Date') }}
{{ $album->date->format('M d, Y') }}
{{ __('dashboard.Issued') }}
{{ $album->certificates_count }}