{{ $project->description }}
{{-- الإحصائيات --}}| {{ __('Title') }} | {{ __('Status') }} | {{ __('Due Date') }} | {{ __('Assigned') }} |
|---|---|---|---|
| {{ $task->title }} | {{ ucfirst($task->status) }} | {{ $task->due_date }} | {{ $task->employees->pluck('name')->join(', ') }} |
| {{ __('No tasks found.') }} | |||