{{ __('task.title') }}: {{ $task->title }}
| {{ __('task.category') }} | {{ $task->category->name ?? '-' }} | {{ __('task.status') }} | {{ $task->status }} |
|---|---|---|---|
| {{ __('task.priority') }} | {{ $task->priority }} | {{ __('task.due_date') }} | {{ $task->due_date }} |
| {{ __('task.assigned_to') }} | {{ $task->employees->pluck('name')->join(', ') }} | ||
| {{ __('task.notes') }} | {{ $task->notes ?? '-' }} | ||
{{ __('task.comments') }}
| {{ __('task.author') }} | {{ __('task.comment') }} | {{ __('task.date') }} |
|---|---|---|
| {{ $comment->user->name ?? __('task.user') }} | {{ $comment->content }} | {{ $comment->created_at->format('Y-m-d H:i') }} |
___________________________
{{ __('payslips.signature') }}