@extends('portal.layout') @section('content')

ID-card templates

@csrf
@foreach($templates as$t)@endforeach
NameVersionStatusAction
{{$t->name}}{{$t->version}}{{$t->is_active?'Active':'Inactive'}}@if(!$t->is_active)
@csrf
@endif

The active template uses the supplied navy, gold, security-pattern card system. Generated faces are 4096 × 2582 SVG vectors.

@endsection