@extends('layouts.performance') @section('title', 'Görev Cevapları') @section('perf-content')
Seçilen görevin detayları ve gelen cevaplar.
| Görev | Atanan Kişi | Atama Tarihi | Geçen Süre | Son Yanıt | Durum |
|---|---|---|---|---|---|
|
{{ $row->title ?? '-' }}
{{ $row->description ?? '-' }}
@if (!empty($row->attachment_path))
Dosya
{{ $row->attachment_name ?? '' }}
@endif
|
{{ $row->assignee_label ?? '-' }} | {{ $row->assigned_at_label ?? '-' }} | {{ $row->elapsed_label ?? '-' }} |
@if (!empty($row->last_response))
{{ $lastResponseAt !== '' ? $lastResponseAt : '-' }}
{{ $row->last_response }}
@else
-
@endif
|
{{ $statusLabel }} |
| Cevaplayan Kullanıcı | Cevap Tarihi | Dosya Eki | |
|---|---|---|---|
| {{ $responderLabel }} | {{ $response->created_at ?? '-' }} |
@if (!empty($response->attachments) && $response->attachments->isNotEmpty())
@foreach ($response->attachments as $attachment)
Dosya
{{ $attachment->attachment_name ?? '' }}
@endforeach
@elseif (!empty($response->attachment_path))
Dosya
{{ $response->attachment_name ?? '' }}
@else
-
@endif
|
|
| Cevap bulunamadı. | |||