@extends('layouts.app') @section('content')

Task Details

{{ $task->title }}

Description: {{ $task->description }}

Farm: {{ $task->farm->registration_no ?? 'N/A' }}

Section: {{ $task->section->name ?? 'N/A' }}

Assigned To: {{ $task->assignee->fullname ?? 'N/A' }}

Created By: {{ $task->creator->fullname ?? 'N/A' }}

@endsection