@use('\Illuminate\Support\Str', 'Str')
@use('\Carbon\Carbon', 'Carbon')
| Title | Assigned To | Started At | Ended At | Status | Created At | Action |
|---|---|---|---|---|---|---|
| {{ Str::limit($task->title, 80, '...') }} | {{ $task->user->name ?? 'Not Assigned' }} | {{ $task->start_date->format('d M, Y') }} | {{ $task->end_date->format('d M, Y') }} | $task->status == 'pending', 'badge-success' => $task->status == 'completed', ])>{{ Str::ucfirst($task->status) }} | {{ $task->created_at->toDayDateTimeString() }} |
@can('view tasks assigned to them')
|
|
No Data Available |
||||||