| Code |
Name |
Type |
Scope |
Version |
Status |
Fields |
Used |
|
@forelse($templates as $t)
{{ $t->template_code }} |
{{ Str::limit($t->name, 50) }} |
{{ $t->template_type->value }} |
{{ $t->scope->label() }} |
v{{ $t->version }} |
{{ $t->status->label() }} |
{{ $t->fields_count }} |
{{ $t->assessments_count }} |
|
@empty
| No templates found. |
@endforelse
{{ $templates->links() }}