@extends('admin.layout') @section('content')
| # | Name | Status | Start Date | End Date | Assigned To | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
{{ $task->title }}{{ $task->task_id }} |
New | {{ $task->start_date ?? '-' }} | {{ $task->end_date ?? '-' }} | {{ $task->assigned_to?? 'Unassigned' }} | View |
| No tasks found for this project. | ||||||