@extends('layouts.app') @section('content')
Manage and track all assigned tasks
Total Tasks
Pending
Approved
Rejected
| Task Details | Assigned To | Progress | Status | Action |
|---|---|---|---|---|
|
{{ substr($task->project_name, 0, 1) }}
{{ $task->project_name }}
ID: #TSK-{{ $task->id }}
@if($task->employee_feedback)
{{ $task->employee_feedback }} @endif |
{{ $task->user->name ?? 'N/A' }} |
|
{{ ucfirst($task->status) }} | |