@extends('layouts::admin') @section('page_title', 'Templates') @section('page_subtitle', 'Configure certificate template designs') @section('content')

Template Preview

Live preview of the active certificate design with dynamic field overlay

Live Preview
UmeraBoost 5.0 Certificate Template
Name Field Overlay @ {{ $mock['certificate_template']['overlay']['name']['top_percent'] }}%
Course Field Overlay @ {{ $mock['certificate_template']['overlay']['course']['top_percent'] }}%
Artwork Locked

Locked Artwork Notice

The certificate artwork, logos, decorative borders, and official seals are managed and locked by Umera Business School's branding office. Template editors may customize text layouts, font sizes, and dynamic data fields only. To request artwork changes, contact the branding team.

Locked: Logo Locked: Seals Locked: Borders Editable: Text Fields Editable: Layout

All Templates

Manage certificate templates

@forelse ($templates as $t) @empty @endforelse
Template Program Status Created Actions
{{ $t->name }}
UmeraBoost 5.0 @if($t->is_active ?? true) Active @else Inactive @endif {{ optional($t->created_at)->format('M d, Y') ?? 'N/A' }}
No templates found.
@endsection