@csrf

Rank Promotion Certificate Settings

Manage the static wording and artwork used by rank promotion certificates.

Certificate Text Settings
@foreach([ 'header_kicker' => 'Certificate Header Kicker', 'certificate_title' => 'Certificate Title', 'certificate_subtitle' => 'Certificate Subtitle', 'recipient_introduction' => 'Recipient Introduction', 'footer_tagline' => 'Footer Tagline', 'footer_title' => 'Footer Title', ] as $field => $label)
@error($field)
{{ $message }}
@enderror
@endforeach @foreach([ 'certificate_description' => ['Certificate Description', 4], 'footer_wording' => ['Footer Wording', 3], 'footer_legal_wording' => ['Certificate / Footer Legal Wording', 3], ] as $field => [$label, $rows])
@error($field)
{{ $message }}
@enderror
@endforeach

Certificate Images

JPG, PNG, or WebP; maximum 2 MB and 3000 × 3000 pixels. Images are constrained automatically in the PDF.

@foreach([ 'rank_honor_image' => 'Rank Honor Image', 'official_certification_image' => 'Official Rank Certification Image', 'instructor_image' => 'Instructor Image', 'authorized_representative_image' => 'Head Instructor / Authorized Representative Image', ] as $field => $label)
@if($settings->{$field})
Current {{ $label }}
@else
No image configured
@endif @error($field)
{{ $message }}
@enderror
@endforeach
@can('rank-promotion-certificate-setting.edit')
@endcan