@include('admin_trainer.partials.sidebar')
@section('page-title', 'Certificate') @include('admin_trainer.partials.header')
{{-- Action Buttons --}} {{-- Certificate --}}
{{-- Header --}}

Certificate of Completion

This is to certify that

{{-- User Name --}}

{{ $attempt->user->name }}

has successfully completed the training module

{{-- Module Name --}}

{{ $attempt->module->name }}

on {{ $attempt->created_at->format('F d, Y') }}

with a score of {{ $attempt->score }}%

{{-- Trophy Icon --}}
🏆
{{-- Signature Line --}}

Authorized Signature

Date

{{-- Certificate Details --}}

Certificate Details

Certificate ID

#{{ str_pad($attempt->id, 6, '0', STR_PAD_LEFT) }}

Module

{{ $attempt->module->name }}

Score

{{ $attempt->score }}%

Completed

{{ $attempt->created_at->format('M d, Y') }}