@if (!empty($isArchived))
Bu talep arşive alınmış durumda.
@endif
@if (!empty($canArchive) || !empty($canRestore) || !empty($canDelete))
@if (!empty($canArchive))
@endif
@if (!empty($canRestore))
@endif
@if (!empty($canDelete))
@endif
@endif
Birim
{{ $requestRow->unit_name }}
Kategori
{{ $requestRow->category_name }}
Talep Açan
{{ $requestRow->reporter_name ?: '-' }}
Atanan
{{ $currentAssigneeName ?? ($requestRow->assignee_name ?: '-') }}
Termin
{{ $requestRow->due_date ?: '-' }}
Mevcut Aşama
{{ $statusLabel }}
@if (empty($isArchived) && (!empty($canLaneMove) || !empty($canEditInProgressStage)))
@endif
Durum Grubu
{{ $currentLaneLabel ?? '-' }}
@if (empty($isArchived) && (!empty($canLaneMove) || !empty($canEditInProgressStage)))
@endif
Öncelik
{{ $activePriorityLabel }}
Kaynak / Lokasyon
{{ $sourceLocationLabel ?? '-' }}
@foreach ((array) ($metaFields['custom_fields'] ?? []) as $customField)
@php
$customFieldLabel = trim((string) ($customField['label'] ?? 'Ek Alan'));
$customFieldDisplay = trim((string) ($customField['display'] ?? ($customField['value'] ?? '-')));
@endphp
{{ $customFieldLabel }}
{{ $customFieldDisplay !== '' ? $customFieldDisplay : '-' }}
@endforeach
Başlık
{{ $requestRow->title }}
Açıklama
{{ $requestRow->description ?: 'Açıklama yok.' }}
Kart Detay Yönetimi
@if (!empty($isArchived))
Talep arşivde olduğu için detay güncelleme kapatıldı.
@elseif (!empty($canEditCardDetails))
@else
Detay alanlarını güncelleme yetkiniz bulunmuyor.
@endif