#{{ $row->request_key }}
{{ $priorityLabel }}
{{ $row->title }}
{{ $row->unit_name }}
{{ $row->category_name }}
Durum: {{ $row->status_label }}
@if (!empty($row->active_step_label))
Aktif Is Akisi Adimi: {{ $row->active_step_label }}
@endif
Sorumlu: {{ $row->assignee_name ?: 'Atanmadi' }}
@if (!empty($row->allowed_actions))
@foreach ($row->allowed_actions as $action)
@php
$meta = $rowActionMeta[$action] ?? [];
$requiresUserSelect = (bool) ($meta['requires_user_select'] ?? false);
$actionUsers = (array) ($rowActionUserOptions[$action] ?? ($unitMembersByUnit[(int) $row->unit_id] ?? []));
@endphp
@endforeach
@endif