{{ __('Global catalogue, reusable across all projects.') }}
| {{ __('Name') }} | {{ __('Description') }} | {{ __('Fields') }} | {{ __('Used in projects') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $template->name }} | {{ $template->description ?? '-' }} | {{ count($template->fields ?? []) }} | {{ $template->projects()->count() }} | |
| {{ __('No templates yet (table)') }} | ||||
{{ __('Columns: name, label, type, required, options, min, max, step') }}.
{{ count($importPreviewFields) }} {{ __('fields detected') }}:
| {{ __('Label') }} | {{ __('Name') }} | {{ __('Type') }} | {{ __('Required') }} |
|---|---|---|---|
| {{ $f['label'] }} | {{ $f['name'] }} | {{ $f['type'] }} | {{ !empty($f['required']) ? '✓' : '' }} |