@extends('layouts.performance') @section('title', 'Form Builder') @section('perf-content')
Modül bazlı dinamik form şablonları.
| Ad | Görev | Versiyon | Durum | İşlem |
|---|---|---|---|---|
| {{ $template->name }} | {{ (int) ($template->is_task_assignable ?? 1) === 1 ? 'Görev' : 'Sabit' }} | {{ $template->version }} | {{ $template->status }} |
Düzenle
@if ($template->status !== 'active')
@endif
@if ($template->status !== 'archived')
@endif
|
| Kayıt bulunamadı. | ||||