{{ $task->details }}
Client: {{ $task->client->name ?? '-' }}
Deadline: {{ optional($task->deadline)->format('Y-m-d') }}
{{ $task->status }}
| Submitted File | Note | Date |
|---|---|---|
| Open File | {{ $file->note }} | {{ $file->created_at->format('Y-m-d') }} |
| No files uploaded yet. | ||
| Status | Note | Date |
|---|---|---|
| {{ str($history->status)->headline() }} | {{ $history->note }} | {{ $history->created_at->format('Y-m-d H:i') }} |
| Status history starts after admin updates or designer submissions. | ||