@extends('layouts.app') @section('content')
| No | Title | Description | Creator | Assigned To | Farm | Section | Created At | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $task->title }} | {{ Str::limit($task->description, 50) }} | {{ $task->creator->fullname ?? 'N/A' }} | {{ $task->assignee->fullname ?? 'N/A' }} | {{ $task->farm->registration_no ?? 'N/A' }} | {{ $task->section->name ?? 'N/A' }} | {{ $task->created_at->format('Y-m-d H:i') }} | |
| No tasks found. | ||||||||