|
@if($logoPath)
{{ $academyInitials ?: 'MA' }}
@endif
|
{{ $academyName }}
{{ $certificateSettings->resolved('header_kicker') }}
|
@if($certificateImages['rank_honor_image'] ?? null)
|
{{ $certificateSettings->resolved('certificate_title') }}
{{ $certificateSettings->resolved('certificate_subtitle') }}
{{ $certificateSettings->resolved('recipient_introduction') }}
{{ $studentName }}
{{ $certificateSettings->resolved('certificate_description') }}
|
@if($previousRank)
Previous Rank
{{ $previousRank }}
@else
Rank Advancement
Earned
@endif
|
Promoted To
{{ $newRank }}
@if($rankStyle){{ $rankStyle }} @endif
|
@if($certificateImages['official_certification_image'] ?? null)
|
Promotion Date {{ $promotionDateFormatted }} |
Testing Date {{ $testingDateFormatted }} |
Registered {{ $registrationDateFormatted }} |
Testing Event {{ $testingEvent ?: '—' }} |
Academy / Location {{ $locationName ?: '—' }} |
Instructor {{ $instructorName ?: '—' }} |
Authorized By {{ $promotedBy ?: '—' }} |
@if($certificateImages['instructor_image'] ?? null) {{ $instructorName ?: '—' }} Instructor |
@if($certificateImages['authorized_representative_image'] ?? null) {{ $promotedBy ?: '—' }} Head Instructor / Authorized Representative |