Task Report - {{ now()->format('Y-m-d') }}
| # | Title | Status | Priority | Due Date | Employees |
|---|---|---|---|---|---|
| {{ $task->id }} | {{ $task->title }} | {{ ucfirst(str_replace('_', ' ', $task->status)) }} | {{ ucfirst($task->priority) }} | {{ $task->due_date }} | {{ $task->employees->pluck('name')->join(', ') }} |
___________________________
{{ __('payslips.signature') }}